Ext/modules: expose module schemas

This commit is contained in:
Johannes Kirschbauer
2024-11-21 16:41:25 +01:00
parent 0fcaf7372b
commit 3ebda7c304
5 changed files with 31 additions and 14 deletions

View File

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