Don't expand paths during VirtualBox image generation
This commit is contained in:
parent
3767eecd99
commit
04ca15d840
|
@ -48,7 +48,8 @@ with pkgs.lib;
|
||||||
|
|
||||||
echo "filling Nix store..."
|
echo "filling Nix store..."
|
||||||
mkdir -p /mnt/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.
|
# Register the paths in the Nix database.
|
||||||
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \
|
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \
|
||||||
|
|
Loading…
Reference in New Issue