Add package function-schema and module-schema. Add check for module jsonschema.

This commit is contained in:
Qubasa
2024-05-01 23:16:17 +02:00
parent e08342a6f3
commit a48df5b993
13 changed files with 134 additions and 81 deletions

View File

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