mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix misrendering of 'nix store --help'
There are no categories underneath 'nix store', so having 'nix store copy-log' in a category rendered as ':'.
This commit is contained in:
parent
1de5b0e4e6
commit
3ac3e31c4d
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue