Used inspect commands in vm-manager

This commit is contained in:
Qubasa
2023-12-09 00:45:12 +01:00
parent c00a1983fa
commit 7c36383075
2 changed files with 64 additions and 48 deletions

View File

@@ -44,7 +44,7 @@ stdout:
if res == "null":
icon_path = None
else:
icon_path = res
icon_path = res.strip('"')
meta = nix_metadata(flake_url)