This commit is contained in:
Qubasa
2023-10-18 18:29:51 +02:00
parent 9f464dd14e
commit d02acbe04b
16 changed files with 53 additions and 60 deletions

View File

@@ -13,7 +13,6 @@ from ..dirs import specific_flake_dir
from ..nix import nix_build, nix_config, nix_shell
from ..task_manager import BaseTask, Command, create_task
from .inspect import VmConfig, inspect_vm
import pydantic
class BuildVmTask(BaseTask):