From 2f4b7d3e09183811199d8b22af20c0c9a13fa392 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 16 Dec 2008 00:16:35 +0000 Subject: [PATCH] * Doh. svn path=/nixos/trunk/; revision=13642 --- etc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default.nix b/etc/default.nix index c4cb68d9415..0270e503326 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -140,7 +140,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 = $(echo $(cat ${refs})) + build-chroot-dirs = /dev /dev/pts /proc /bin $(echo $(cat ${refs})) ${config.nix.extraOptions} END '';