workflows: remove extra_nix_config.sandbox

This is true by default anyway.
This commit is contained in:
Wolfgang Walther 2025-08-10 14:45:04 +02:00
parent da4839720b
commit de7aa9f213
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
4 changed files with 1 additions and 14 deletions

View File

@ -56,6 +56,7 @@ jobs:
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
# Sandbox is disabled on MacOS by default.
extra_nix_config: sandbox = true
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16

View File

@ -52,8 +52,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Evaluate the ${{ matrix.system }} output paths for all derivation attributes
env:
@ -173,8 +171,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Combine all output paths and eval stats
run: |
@ -251,8 +247,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Ensure flake outputs on all systems still evaluate
run: nix flake check --all-systems --no-build ./untrusted

View File

@ -31,8 +31,6 @@ jobs:
merged-as-untrusted: true
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Check that files are formatted
run: |
@ -64,8 +62,6 @@ jobs:
merged-as-untrusted: true
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Parse all nix files
run: |
@ -88,8 +84,6 @@ jobs:
target-as-trusted: true
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Running nixpkgs-vet
env:

View File

@ -37,8 +37,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
with:
extra_nix_config: sandbox = true
- name: Build the requestReviews derivation
run: nix-build trusted/ci -A requestReviews