From b98601e3b931c698dd9cf48d2f687b4639cffa47 Mon Sep 17 00:00:00 2001 From: Defelo Date: Wed, 28 May 2025 16:19:04 +0200 Subject: [PATCH] fix: use cachix/install-nix-action --- .github/workflows/build.yml | 4 ++-- .github/workflows/review.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a5ad5e..dc29d3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 4f9bc1b..cd5f4b5 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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'