diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-16T15·00+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-16T18·56+0200 |
commit | 23b8b7e096d3a2a784387a09f68115706b1e9552 (patch) | |
tree | 5e8756716b67d87b8f8d48dcf5f0f108affe2219 /src/libutil/logging.hh | |
parent | 40bffe0a43e5f2f320c6bae7e39ea9c26906451d (diff) |
nix optimise-store: Add
This replaces "nix-store --optimise". Main difference is that it has a progress indicator.
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index edc3553f6942..bb89643d0a0b 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -21,6 +21,7 @@ typedef enum { actCopyPaths = 103, actBuilds = 104, actBuild = 105, + actOptimiseStore = 106, } ActivityType; typedef uint64_t ActivityId; |