Skip to content

Commit d20766b

Browse files
committed
Stupid naming error
1 parent b8fad0b commit d20766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix_tree/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def handle_home_manager_choice(cmd: list[str] | None):
545545

546546
self.app.exit(cmd)
547547

548-
if choice.option_list.id in ("system-switch-options", "home-manager-gens"):
548+
if choice.option_list.id in ("system-build-options", "home-manager-gens"):
549549
match choice.option.prompt:
550550
case "switch":
551551
self.app.exit("sudo nixos-rebuild switch".split())

0 commit comments

Comments
 (0)