clan-cli: Move clan machines import to clan machines create
This commit is contained in:
@@ -44,6 +44,7 @@ def map_type(nix_type: str) -> Any:
|
||||
|
||||
# merge two dicts recursively
|
||||
def merge(a: dict, b: dict, path: list[str] | None = None) -> dict:
|
||||
a = a.copy()
|
||||
if path is None:
|
||||
path = []
|
||||
for key in b:
|
||||
|
||||
Reference in New Issue
Block a user