mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
nix optimise-store: Add
This replaces "nix-store --optimise". Main difference is that it has a progress indicator.
This commit is contained in:
parent
40bffe0a43
commit
23b8b7e096
4 changed files with 60 additions and 6 deletions
|
@ -21,6 +21,7 @@ typedef enum {
|
|||
actCopyPaths = 103,
|
||||
actBuilds = 104,
|
||||
actBuild = 105,
|
||||
actOptimiseStore = 106,
|
||||
} ActivityType;
|
||||
|
||||
typedef uint64_t ActivityId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue