Inventory: init external modules support
This commit is contained in:
committed by
hsjobeki
parent
604c16c30f
commit
25fb899f64
@@ -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; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user