fix: use cachix/install-nix-action
This commit is contained in:
parent
fad3482e59
commit
b98601e3b9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -73,9 +73,9 @@ jobs:
|
|||
if: ${{ matrix.system == 'x86_64-linux' || matrix.system == 'aarch64-linux' }}
|
||||
|
||||
- name: install nix
|
||||
uses: DeterminateSystems/nix-installer-action@v16
|
||||
uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
extra-conf: |
|
||||
extra_nix_config: |
|
||||
sandbox = ${{
|
||||
(matrix.system == 'x86_64-darwin' && inputs.x86_64-darwin == 'yes_sandbox_false'
|
||||
|| matrix.system == 'aarch64-darwin' && inputs.aarch64-darwin == 'yes_sandbox_false') && 'false'
|
||||
|
|
|
|||
4
.github/workflows/review.yml
vendored
4
.github/workflows/review.yml
vendored
|
|
@ -104,9 +104,9 @@ jobs:
|
|||
if: ${{ matrix.system == 'x86_64-linux' || matrix.system == 'aarch64-linux' }}
|
||||
|
||||
- name: install nix
|
||||
uses: DeterminateSystems/nix-installer-action@v16
|
||||
uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
extra-conf: |
|
||||
extra_nix_config: |
|
||||
sandbox = ${{
|
||||
(matrix.system == 'x86_64-darwin' && inputs.x86_64-darwin == 'yes_sandbox_false'
|
||||
|| matrix.system == 'aarch64-darwin' && inputs.aarch64-darwin == 'yes_sandbox_false') && 'false'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue