summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2019-02-12 23:22:36 +0100
committerDaiderd Jordan <daiderd@gmail.com>2019-02-12 23:23:04 +0100
commit10c34f12775dd941ecb796f426272f891bde5ec7 (patch)
treebb61c6df27e5724ee0f117dac944edf9b280e52b /modules/examples
parente61dcc1024ce468728ba243d41991c872d81b28b (diff)
lnl: add tmp and var/tmp to sandbox paths
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index f83a177..ba80e68 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -85,7 +85,7 @@
nix.package = pkgs.nixUnstable;
nix.useSandbox = true;
- nix.sandboxPaths = [ "/System/Library/Frameworks" "/System/Library/PrivateFrameworks" "/usr/lib" "/dev" "/bin/sh" "/usr/bin/env" ];
+ nix.sandboxPaths = [ "/System/Library/Frameworks" "/System/Library/PrivateFrameworks" "/usr/lib" "/private/tmp" "/private/var/tmp" "/dev" "/bin/sh" "/usr/bin/env" ];
programs.nix-index.enable = true;