Merge pull request #21622 from chris-martin/pr/useSandbox-doc

Add some more details about the nix.useSandbox option
This commit is contained in:
Daiderd Jordan
2017-01-04 00:10:49 +01:00
committed by GitHub

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.
";
};