clan_vm_manager: Rewrite of Machine Class Part 1

This commit is contained in:
Qubasa
2024-03-08 15:32:12 +07:00
parent cb0cc8c71a
commit fcb7a4b032
3 changed files with 40 additions and 32 deletions

View File

@@ -86,7 +86,6 @@ def inspect_flake(flake_url: str | Path, machine_name: str) -> FlakeConfig:
# Get the flake metadata
meta = nix_metadata(flake_url)
return FlakeConfig(
vm=vm,
flake_url=flake_url,