mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Decrease verbosity of VirtualBox image generation
This commit is contained in:
parent
9726dded27
commit
972d9974c6
@ -49,7 +49,7 @@ with pkgs.lib;
|
||||
echo "filling Nix store..."
|
||||
mkdir -p /mnt/nix/store
|
||||
set -f
|
||||
cp -prvd $storePaths /mnt/nix/store/
|
||||
cp -prd $storePaths /mnt/nix/store/
|
||||
|
||||
# Register the paths in the Nix database.
|
||||
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \
|
||||
|
Loading…
Reference in New Issue
Block a user