Add build-clan module

This commit is contained in:
Johannes Kirschbauer
2024-07-31 18:37:17 +02:00
parent f31133b784
commit 8b0212b828
11 changed files with 820 additions and 297 deletions

View File

@@ -6,7 +6,7 @@
}:
{
evalClanModules = import ./eval-clan-modules { inherit clan-core nixpkgs lib; };
buildClan = import ./build-clan { inherit clan-core lib nixpkgs; };
buildClan = import ./build-clan { inherit lib nixpkgs clan-core; };
facts = import ./facts.nix { inherit lib; };
inventory = import ./inventory { inherit lib clan-core; };
jsonschema = import ./jsonschema { inherit lib; };