mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Some logging for evaluation.
This commit is contained in:
parent
6270aa727d
commit
581bcb986f
2 changed files with 16 additions and 0 deletions
|
@ -219,6 +219,8 @@ foreach my $p (keys %dstOutPaths) {
|
|||
print " not copying, already exists\n";
|
||||
next;
|
||||
}
|
||||
|
||||
print " size $narDiffSize; full size $dstNarBz2Size\n";
|
||||
|
||||
system("cp '$tmpdir/DIFF' '$patchesDir/$finalName.tmp'") == 0
|
||||
or die "cannot copy diff";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue