lib: add fact loaders to clan lib

This commit is contained in:
a-kenji
2024-07-02 11:26:50 +02:00
committed by kenji
parent c612b9c124
commit 2271404a51
2 changed files with 27 additions and 18 deletions

View File

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