about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/release.nix b/release.nix
index 0ee75e9a8b76..4269a3f76d8c 100644
--- a/release.nix
+++ b/release.nix
@@ -97,10 +97,6 @@ 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";