From 6a7664e6cd723f7f31c863ca09def5d75531930c Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 3 Jan 2017 14:17:15 -0500 Subject: Add some more details about useSandbox --- nixos/modules/services/misc/nix-daemon.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/modules/services/misc') diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix index e2bbd4b01aa1..7101cadfeed2 100644 --- a/nixos/modules/services/misc/nix-daemon.nix +++ b/nixos/modules/services/misc/nix-daemon.nix @@ -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. "; }; -- cgit 1.4.1