Use relaxed sandbox in nix-portable

This commit is contained in:
2026-03-06 16:26:37 +01:00
parent 63ca474b27
commit 291f227313

View File

@@ -196,7 +196,7 @@ let
# Nix portable ships its own nix.conf
export NIX_CONF_DIR=\$dir/conf/
NP_CONF_SANDBOX=\''${NP_CONF_SANDBOX:-false}
NP_CONF_SANDBOX=\''${NP_CONF_SANDBOX:-relaxed}
NP_CONF_STORE=\''${NP_CONF_STORE:-auto}