clan_vm_manager: Extracted VMObject to own component

This commit is contained in:
Qubasa
2024-03-04 12:38:20 +07:00
parent 36dbb8fafd
commit 31190ed8e5
5 changed files with 316 additions and 305 deletions

View File

@@ -125,7 +125,7 @@ class Machine:
if hasattr(self, "flake_path"):
return Path(self.flake_path)
self.flake_path = nix_metadata(self.flake)["path"]
self.flake_path: str = nix_metadata(self.flake)["path"]
return Path(self.flake_path)
@property