Inventory: init external modules support

This commit is contained in:
Johannes Kirschbauer
2024-11-21 11:45:31 +01:00
committed by hsjobeki
parent 604c16c30f
commit 25fb899f64
7 changed files with 37 additions and 27 deletions

View File

@@ -16,5 +16,5 @@ in
facts = import ./facts.nix { inherit lib; };
inventory = import ./inventory { inherit lib clan-core; };
jsonschema = import ./jsonschema { inherit lib; };
modules = import ./frontmatter { inherit clan-core lib; };
modules = import ./frontmatter { inherit lib; };
}