Assertions: Fixup dont render assertions into docs

This commit is contained in:
Johannes Kirschbauer
2024-11-13 14:30:50 +01:00
parent 2c50c891f9
commit 15492f12fa

View File

@@ -63,6 +63,7 @@ in
options.clan.inventory.assertions = lib.mkOption { options.clan.inventory.assertions = lib.mkOption {
default = { }; default = { };
internal = true; internal = true;
visible = false;
type = lib.types.attrsOf ( type = lib.types.attrsOf (
# TODO: use NixOS upstream type # TODO: use NixOS upstream type
lib.types.submodule { lib.types.submodule {