diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-02-12 23:22:36 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-02-12 23:23:04 +0100 |
| commit | 10c34f12775dd941ecb796f426272f891bde5ec7 (patch) | |
| tree | bb61c6df27e5724ee0f117dac944edf9b280e52b /modules/examples | |
| parent | e61dcc1024ce468728ba243d41991c872d81b28b (diff) | |
lnl: add tmp and var/tmp to sandbox paths
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
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; |
