mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
nix optimise-store: Show how much space has been freed
This commit is contained in:
parent
23b8b7e096
commit
b4ed97e3a3
5 changed files with 101 additions and 55 deletions
|
@ -3257,7 +3257,7 @@ void DerivationGoal::flushLine()
|
|||
logTail.push_back(currentLogLine);
|
||||
if (logTail.size() > settings.logLines) logTail.pop_front();
|
||||
}
|
||||
act->progress(currentLogLine);
|
||||
act->result(resBuildLogLine, currentLogLine);
|
||||
currentLogLine = "";
|
||||
currentLogLinePos = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue