cherry-pick lib.sandbox into master

This commit is contained in:
Jude Taylor
2015-11-19 11:33:21 -08:00
parent c296f64f19
commit 7039b24cdc
2 changed files with 49 additions and 1 deletions

View File

@@ -17,10 +17,11 @@ let
systems = import ./systems.nix;
customisation = import ./customisation.nix;
licenses = import ./licenses.nix;
sandbox = import ./sandbox.nix;
in
{ inherit trivial lists strings stringsWithDeps attrsets sources options
modules types meta debug maintainers licenses platforms systems;
modules types meta debug maintainers licenses platforms systems sandbox;
}
# !!! don't include everything at top-level; perhaps only the most
# commonly used functions.