vms/create: drop extra flake argument and make it work with local flakes

This commit is contained in:
Jörg Thalheim
2023-11-10 13:43:14 +01:00
parent 6c2daab266
commit 706e7970f4
2 changed files with 3 additions and 8 deletions

View File

@@ -40,4 +40,4 @@ def test_create(
age_keys[0].pubkey,
]
)
cli.run(["vms", "create", "vm1", test_flake_with_core.name])
cli.run(["vms", "create", "vm1"])