From 23b8b7e096d3a2a784387a09f68115706b1e9552 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Aug 2017 17:00:24 +0200 Subject: nix optimise-store: Add This replaces "nix-store --optimise". Main difference is that it has a progress indicator. --- src/libutil/logging.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libutil/logging.hh') 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; -- cgit 1.4.1