diff options
author | Jude Taylor <me@jude.bio> | 2015-11-21T23·57-0800 |
---|---|---|
committer | Jude Taylor <me@jude.bio> | 2015-11-21T23·57-0800 |
commit | 279fa8f618ff22cc71bf902a65cc29c04af6e01f (patch) | |
tree | f422c3d1c167e78abc7a68b23f20521e376e1459 /release.nix | |
parent | e0bd114e099810b58385142f1347891e3074a1ec (diff) |
reintroduce host deps in tandem with sandbox profiles
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 8935cfa19680..0ee75e9a8b76 100644 --- a/release.nix +++ b/release.nix @@ -97,7 +97,7 @@ let enableParallelBuilding = true; - __sandboxProfile = lib.sandbox.allowFileRead [ + sandboxProfile = lib.sandbox.allowFileRead [ "/etc" "/etc/nix/nix.conf" "/private/etc/nix/nix.conf" ]; |