ci(nix): switch from DeterminateSystems/nix-installer-action to cachix/install-nix-action

Determinate Systems GitHub action
installs Nix version from Determinate Systems
and Determinate Nix Installer has
dropped support for installing upstream Nix:
https://determinate.systems/blog/installer-dropping-upstream/

This commit switches to upstream Nix
to avoid accidentally depending on any features
of Determinate Nix.
This commit is contained in:
link2xt
2025-10-04 03:30:08 +00:00
committed by l
parent 34e631395f
commit 1bb966e5a8
4 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ jobs:
with:
show-progress: false
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/install-nix-action@9280e7aca88deada44c930f1e2c78e21c3ae3edd # v31
- name: Build
run: nix build .#deltachat-repl-win64
- name: Upload binary