checks: add check for rendering docs

This commit is contained in:
DavHau
2024-03-25 14:44:39 +07:00
parent 4ddac7d5ad
commit 90a504936c
4 changed files with 14 additions and 1 deletions

View File

@@ -7,5 +7,6 @@ in
type = lib.types.attrs;
description = "The json schema for the .clan options namespace";
default = jsonschema.parseOptions options.clan;
defaultText = lib.literalExpression "jsonschema.schemaToJSON options.clan";
};
}