Assertions: Fixup dont render assertions into docs

This commit is contained in:
Johannes Kirschbauer
2024-11-13 14:30:50 +01:00
parent 686ef8f074
commit 42d6ad84f8

View File

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