Assertions: Fixup dont render assertions into docs
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user