ci: enable Nix sandbox instead of fighting homeless-shelter
Some checks failed
Nix CI / build (push) Failing after 4m42s
Some checks failed
Nix CI / build (push) Failing after 4m42s
sandbox=false triggers purity check for /homeless-shelter. sandbox=true runs builds in a proper sandbox - no more homeless-shelter drama.
This commit is contained in:
parent
6bf87b8dbb
commit
2ab6bf19cd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
sandbox = false
|
sandbox = true
|
||||||
|
|
||||||
- name: Enable flakes
|
- name: Enable flakes
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue