mirror of
https://github.com/NixOS/nix.git
synced 2024-11-01 14:50:49 +00:00
Fix closure size display
This commit is contained in:
parent
e196eecbe6
commit
b8f24f2535
@ -91,7 +91,7 @@ sub copyTo {
|
||||
$missingSize += (queryPathInfo($_, 1))[3] foreach @missing;
|
||||
|
||||
printf STDERR "copying %d missing paths (%.2f MiB) to ‘$sshHost’...\n",
|
||||
scalar(@missing), $missingSize / (1024.0^2);
|
||||
scalar(@missing), $missingSize / (1024**2);
|
||||
return if $dryRun;
|
||||
|
||||
# Send the "import paths" command.
|
||||
|
Loading…
Reference in New Issue
Block a user