ci: enable Nix sandbox instead of fighting homeless-shelter
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:
rus07tam 2026-04-02 10:09:42 +03:00
parent 6bf87b8dbb
commit 2ab6bf19cd
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
sandbox = false
sandbox = true
- name: Enable flakes
run: |