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

@@ -22,8 +22,8 @@
'';
};
clanDir = lib.mkOption {
type = lib.types.either lib.types.path lib.types.str;
default = ".";
type = lib.types.path;
default = ./.;
description = ''
the location of the flake repo, used to calculate the location of facts and secrets
'';