Add some more details about useSandbox

This commit is contained in:
Chris Martin 2017-01-03 14:17:15 -05:00
parent d05656a9ca
commit 6a7664e6cd

View File

@ -105,7 +105,9 @@ in
If set, Nix will perform builds in a sandboxed environment that it
will set up automatically for each build. This prevents
impurities in builds by disallowing access to dependencies
outside of the Nix store.
outside of the Nix store. This isn't enabled by default for
performance. It doesn't affect derivation hashes, so changing
this option will not trigger a rebuild of packages.
";
};