diff options
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release.nix b/release.nix index 4269a3f76d8c..8935cfa19680 100644 --- a/release.nix +++ b/release.nix @@ -97,6 +97,10 @@ let enableParallelBuilding = true; + __sandboxProfile = lib.sandbox.allowFileRead [ + "/etc" "/etc/nix/nix.conf" "/private/etc/nix/nix.conf" + ]; + makeFlags = "profiledir=$(out)/etc/profile.d"; preBuild = "unset NIX_INDENT_MAKE"; |