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 48cd1d9f26
commit edcc92c75b
13 changed files with 134 additions and 81 deletions

View File

@@ -34,6 +34,10 @@
'';
type = lib.types.listOf lib.types.str;
default = [ ];
example = [
"folder1"
"folder2"
];
};
};