about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-19 10:13:06 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-19 10:14:07 +0000
commitdaf8311ce1741dfc8b97d6d85b1d83e026549d6b (patch)
tree1a68f32f1d7fcdfe8dc1ca2a8a150086b57a9817 /lib
parent9ee089ae05d1ca9eed567670895aeed69fbbeaac (diff)
Revert "lib: delete reference to lib/sandbox.nix"
This reverts commit 9ee089ae05d1ca9eed567670895aeed69fbbeaac.

0fe7bde3d88027977a07a24baee98d2ecc07222f is not in master yet and it would break
master if it were: https://github.com/NixOS/nixpkgs/pull/31803#pullrequestreview-77638434
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 9dc4fea99fc27..3e30ec515fcbb 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -41,6 +41,7 @@ let
     generators = callLibs ./generators.nix;
     misc = callLibs ./deprecated.nix;
     # domain-specific
+    sandbox = callLibs ./sandbox.nix;
     fetchers = callLibs ./fetchers.nix;
 
     # Eval-time filesystem handling