Skip to content

Commit 76d550d

Browse files
committed
cicero image: enable sandboxing for nix builds
Some nix builds use global files such as /var/log/ that the nixbld users don't have access to. Although these should ideally be fixed, we still want to be able to build them until they are. see NixOS/nixpkgs#180734
1 parent 37c2d27 commit 76d550d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nix/cloud/oci-images.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ in {
3232
nixConf = runCommandNoCC "nix.conf" {} ''
3333
mkdir -p $out/etc/nix
3434
cat > $out/etc/nix/nix.conf <<'EOF'
35-
sandbox = false
3635
experimental-features = nix-command flakes
3736
EOF
3837
'';

0 commit comments

Comments
 (0)