diff options
Diffstat (limited to 'corepkgs/buildenv.nix')
-rw-r--r-- | corepkgs/buildenv.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/corepkgs/buildenv.nix b/corepkgs/buildenv.nix index 641231dd9ee1..50c9923af79f 100644 --- a/corepkgs/buildenv.nix +++ b/corepkgs/buildenv.nix @@ -18,4 +18,7 @@ derivation { # Building user environments remotely just causes huge amounts of # network traffic, so don't do that. preferLocalBuild = true; + + # Don't build in a chroot because Nix's dependencies may not be there. + __noChroot = true; } |