We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fad0b commit d20766bCopy full SHA for d20766b
nix_tree/ui.py
@@ -545,7 +545,7 @@ def handle_home_manager_choice(cmd: list[str] | None):
545
546
self.app.exit(cmd)
547
548
- if choice.option_list.id in ("system-switch-options", "home-manager-gens"):
+ if choice.option_list.id in ("system-build-options", "home-manager-gens"):
549
match choice.option.prompt:
550
case "switch":
551
self.app.exit("sudo nixos-rebuild switch".split())
0 commit comments