From f9e8e735bbbfc48ba469410ec39b55eeb4378a20 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Apr 2012 13:28:48 +0000 Subject: [PATCH] * Remove debug line. svn path=/nixos/trunk/; revision=33723 --- modules/installer/tools/nixos-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/installer/tools/nixos-install.sh b/modules/installer/tools/nixos-install.sh index 21afeafce1f..0d24dd6a8e1 100644 --- a/modules/installer/tools/nixos-install.sh +++ b/modules/installer/tools/nixos-install.sh @@ -78,8 +78,6 @@ mkdir -m 0755 -p \ mkdir -m 1777 -p \ $mountPoint/nix/store \ -echo /mnt$NIXOS_CONFIG - # Get the store paths to copy from the references graph. storePaths=$(@perl@/bin/perl @pathsFromGraph@ @nixClosure@)