diff options
| author | seth <[email protected]> | 2023-11-10 21:06:49 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-10 21:06:49 -0500 |
| commit | 2b7432c54ee02ad74be3c2b4d407a28ad8fb0ec9 (patch) | |
| tree | 6ee86a9e05289d773e4521583c1b8332a39670a2 /.github | |
| parent | 1679db480df65cca7ca6f4d433e70ba3b49e68d3 (diff) | |
ci: use determinate installer for build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 229d475..c65186f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,13 +54,13 @@ jobs: - name: install nix if: matrix.arch != 'aarch64' - uses: nixbuild/nix-quick-install-action@v26 + uses: DeterminateSystems/nix-installer-action@v7 - name: install nix (with aarch64) if: matrix.arch == 'aarch64' - uses: nixbuild/nix-quick-install-action@v26 + uses: DeterminateSystems/nix-installer-action@v7 with: - nix_conf: "extra-platforms = aarch64-linux arm-linux" + extra-conf: "extra-platforms = aarch64-linux arm-linux" - name: setup cachix uses: cachix/cachix-action@master @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v4 - name: install nix - uses: nixbuild/nix-quick-install-action@v26 + uses: DeterminateSystems/nix-installer-action@v7 - name: setup cachix uses: cachix/cachix-action@master |
