mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
* nix-store --gc / --delete: show how many store paths were deleted.
This commit is contained in:
parent
7ab68961e4
commit
77afd97a99
@ -508,7 +508,8 @@ struct PrintFreed
|
|||||||
~PrintFreed()
|
~PrintFreed()
|
||||||
{
|
{
|
||||||
if (show)
|
if (show)
|
||||||
cout << format("%1% freed\n")
|
cout << format("%1% store paths deleted, %2% freed\n")
|
||||||
|
% results.paths.size()
|
||||||
% showBytes(results.bytesFreed, results.blocksFreed);
|
% showBytes(results.bytesFreed, results.blocksFreed);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user