1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

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 res{"defaultApp." + settings.thisSystem.get()};