From 97f5a8eda7b27ccf5e38dbd5dabb5514b5f0c1fc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 29 Oct 2008 15:42:44 +0000 Subject: [PATCH] * Mount /dev/pts in the chroot. svn path=/nixos/trunk/; revision=13151 --- etc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default.nix b/etc/default.nix index 6ca5dbf428a..a9ea0336ee0 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -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.