mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
nix --help: Group commands
This commit is contained in:
parent
a721a0b114
commit
f132d82a79
26 changed files with 125 additions and 55 deletions
|
@ -45,6 +45,8 @@ struct CmdEval : MixJSON, InstallableCommand
|
|||
};
|
||||
}
|
||||
|
||||
Category category() override { return catSecondary; }
|
||||
|
||||
void run(ref<Store> store) override
|
||||
{
|
||||
if (raw && json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue