add some more subcommand options to upd
This commit is contained in:
parent
566786f577
commit
b23ceaa5b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue