forked from lix-project/lix
nix bundle: Set category
This commit is contained in:
parent
3e30710d95
commit
f56dfce734
|
@ -48,6 +48,8 @@ struct CmdBundle : InstallableCommand
|
|||
};
|
||||
}
|
||||
|
||||
Category category() override { return catSecondary; }
|
||||
|
||||
Strings getDefaultFlakeAttrPaths() override
|
||||
{
|
||||
Strings res{"defaultApp." + settings.thisSystem.get()};
|
||||
|
|
Loading…
Reference in a new issue