mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Restore progress indication during nix-copy-closure
This commit is contained in:
parent
56042a120a
commit
2b4964f319
3 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,6 @@ sub copyTo {
|
|||
# Export the store paths and import them on the remote machine.
|
||||
if (scalar @missing > 0) {
|
||||
print STDERR "copying ", scalar @missing, " missing paths to ‘$sshHost’...\n";
|
||||
#print STDERR " $_\n" foreach @missing;
|
||||
unless ($dryRun) {
|
||||
open SSH, "| $compressor ssh $sshHost @{$sshOpts} '$decompressor nix-store --import'" or die;
|
||||
exportPaths(fileno(SSH), $sign, @missing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue