workflows: remove extra_nix_config.sandbox
This is true by default anyway.
This commit is contained in:
parent
da4839720b
commit
de7aa9f213
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
with:
|
||||||
|
# Sandbox is disabled on MacOS by default.
|
||||||
extra_nix_config: sandbox = true
|
extra_nix_config: sandbox = true
|
||||||
|
|
||||||
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
|
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
|
||||||
|
|||||||
6
.github/workflows/eval.yml
vendored
6
.github/workflows/eval.yml
vendored
@ -52,8 +52,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Evaluate the ${{ matrix.system }} output paths for all derivation attributes
|
- name: Evaluate the ${{ matrix.system }} output paths for all derivation attributes
|
||||||
env:
|
env:
|
||||||
@ -173,8 +171,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Combine all output paths and eval stats
|
- name: Combine all output paths and eval stats
|
||||||
run: |
|
run: |
|
||||||
@ -251,8 +247,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Ensure flake outputs on all systems still evaluate
|
- name: Ensure flake outputs on all systems still evaluate
|
||||||
run: nix flake check --all-systems --no-build ./untrusted
|
run: nix flake check --all-systems --no-build ./untrusted
|
||||||
|
|||||||
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -31,8 +31,6 @@ jobs:
|
|||||||
merged-as-untrusted: true
|
merged-as-untrusted: true
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Check that files are formatted
|
- name: Check that files are formatted
|
||||||
run: |
|
run: |
|
||||||
@ -64,8 +62,6 @@ jobs:
|
|||||||
merged-as-untrusted: true
|
merged-as-untrusted: true
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Parse all nix files
|
- name: Parse all nix files
|
||||||
run: |
|
run: |
|
||||||
@ -88,8 +84,6 @@ jobs:
|
|||||||
target-as-trusted: true
|
target-as-trusted: true
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Running nixpkgs-vet
|
- name: Running nixpkgs-vet
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/reviewers.yml
vendored
2
.github/workflows/reviewers.yml
vendored
@ -37,8 +37,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31
|
||||||
with:
|
|
||||||
extra_nix_config: sandbox = true
|
|
||||||
|
|
||||||
- name: Build the requestReviews derivation
|
- name: Build the requestReviews derivation
|
||||||
run: nix-build trusted/ci -A requestReviews
|
run: nix-build trusted/ci -A requestReviews
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user