From b23ceaa5b0ade7d545a3c6e4e4f2a40017a1076e Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 28 Jan 2025 07:17:56 -0600 Subject: [PATCH] add some more subcommand options to upd --- config/xonsh/aliases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xonsh/aliases.py b/config/xonsh/aliases.py index f4a34a3..852ceda 100644 --- a/config/xonsh/aliases.py +++ b/config/xonsh/aliases.py @@ -61,7 +61,7 @@ def _vm(args): @aliases.register def _upd(args: list): path = Path("/etc/nixos") - possible_subcommands = ("switch", "boot") + possible_subcommands = ("switch", "boot", "test", "build-vm") subcommand = "switch" for arg in args: if arg in possible_subcommands: