From 8e68f3fcfc9eb2a00aae46bfb7f6f27a87f920f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselm=20Sch=C3=BCler?= Date: Sun, 3 Apr 2022 16:44:09 +0200 Subject: [PATCH] nixos/doc: build manual --- .../doc/manual/from_md/development/option-types.section.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/doc/manual/from_md/development/option-types.section.xml b/nixos/doc/manual/from_md/development/option-types.section.xml index 444729292702..c67e183581c2 100644 --- a/nixos/doc/manual/from_md/development/option-types.section.xml +++ b/nixos/doc/manual/from_md/development/option-types.section.xml @@ -617,6 +617,12 @@ (Example: Submodule defined as a reference). + + Note that even if your submodule’s options all have a default + value, you will still need to provide a default value (e.g. an + empty attribute set) if you want to allow users to leave it + undefined. + Example: Directly defined