cli: add morph command

This commit is contained in:
Michael Hoang
2025-02-13 15:09:17 +07:00
parent c4f77989fb
commit 4e2ae0f9f6
10 changed files with 330 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ in
}
);
_module.args = { inherit self; };
# to accept external dependencies such as disko
node.specialArgs.self = self;
imports = [ test ];