mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
nix bundle: Set category
This commit is contained in:
parent
3e30710d95
commit
f56dfce734
1 changed files with 2 additions and 0 deletions
|
@ -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()};
|
||||||
|
|
Loading…
Reference in a new issue