aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-03-21 12:02:19 +0100
committerEelco Dolstra <edolstra@gmail.com>2023-03-21 12:02:19 +0100
commit3ac3e31c4d55fb9a3063274a68cd125f73bd3454 (patch)
tree2a15c0136ffa5b24acc55c84152e2219702afac3 /src/nix
parent1de5b0e4e64cb1062965c73d3037fc798cd018bb (diff)
Fix misrendering of 'nix store --help'
There are no categories underneath 'nix store', so having 'nix store copy-log' in a category rendered as ':'.
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/store-copy-log.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix/store-copy-log.cc b/src/nix/store-copy-log.cc
index 1dda8c0b8..a6e8aeff7 100644
--- a/src/nix/store-copy-log.cc
+++ b/src/nix/store-copy-log.cc
@@ -24,8 +24,6 @@ struct CmdCopyLog : virtual CopyCommand, virtual InstallablesCommand
;
}
- Category category() override { return catUtility; }
-
void run(ref<Store> srcStore, Installables && installables) override
{
auto & srcLogStore = require<LogStore>(*srcStore);