aboutsummaryrefslogtreecommitdiff
path: root/src/nix/bundle.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-31 17:30:12 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-31 17:30:12 +0200
commitf56dfce7342d66fe81796f039afc283f84ca10fe (patch)
tree40baa21f81cf7af7248127672aeb51be5955bfeb /src/nix/bundle.cc
parent3e30710d95c6ef775575fe0faa5dd40694c90e1e (diff)
nix bundle: Set category
Diffstat (limited to 'src/nix/bundle.cc')
-rw-r--r--src/nix/bundle.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/bundle.cc b/src/nix/bundle.cc
index f2b78eea5..eb3339f5d 100644
--- a/src/nix/bundle.cc
+++ b/src/nix/bundle.cc
@@ -48,6 +48,8 @@ struct CmdBundle : InstallableCommand
};
}
+ Category category() override { return catSecondary; }
+
Strings getDefaultFlakeAttrPaths() override
{
Strings res{"defaultApp." + settings.thisSystem.get()};