nix bundle: Set category

This commit is contained in:
Eelco Dolstra 2020-07-31 17:30:12 +02:00
parent 3e30710d95
commit f56dfce734

View file

@ -48,6 +48,8 @@ struct CmdBundle : InstallableCommand
}; };
} }
Category category() override { return catSecondary; }
Strings getDefaultFlakeAttrPaths() override Strings getDefaultFlakeAttrPaths() override
{ {
Strings res{"defaultApp." + settings.thisSystem.get()}; Strings res{"defaultApp." + settings.thisSystem.get()};