* Don't need/want /etc anymore in the chroot.

svn path=/nixos/trunk/; revision=12734
This commit is contained in:
Eelco Dolstra 2008-08-27 09:49:26 +00:00
parent c34c703040
commit bdb29c0bcc

View file

@ -128,7 +128,7 @@ import ../helpers/make-etc.nix {
build-users-group = nixbld
build-max-jobs = ${toString (config.nix.maxJobs)}
build-use-chroot = ${if config.nix.useChroot then "true" else "false"}
build-chroot-dirs = /dev /proc /bin /etc
build-chroot-dirs = /dev /proc /bin
${config.nix.extraOptions}
'';
target = "nix.conf"; # will be symlinked from /nix/etc/nix/nix.conf in activate-configuration.sh.