Don't expand paths during VirtualBox image generation

This commit is contained in:
Eelco Dolstra
2013-10-09 13:36:37 +02:00
parent 3767eecd99
commit 04ca15d840
+2 -1
View File
@@ -48,7 +48,8 @@ with pkgs.lib;
echo "filling Nix store..."
mkdir -p /mnt/nix/store
cp -prd $storePaths /mnt/nix/store/
set -f
cp -prvd $storePaths /mnt/nix/store/
# Register the paths in the Nix database.
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \