* Mount /dev/pts in the chroot.

svn path=/nixos/trunk/; revision=13151
This commit is contained in:
Eelco Dolstra 2008-10-29 15:42:44 +00:00
parent 1ad5997776
commit 97f5a8eda7

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
build-chroot-dirs = /dev /dev/pts /proc /bin
${config.nix.extraOptions}
'';
target = "nix.conf"; # will be symlinked from /nix/etc/nix/nix.conf in activate-configuration.sh.