From 9a8b7640e010b901fb528cf62cf0bc79e0912ae2 Mon Sep 17 00:00:00 2001 From: Anselm Schüler Date: Sun, 3 Apr 2022 15:12:18 +0200 Subject: nixos/doc/types: note submodules’ default’s behaviour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/doc/manual/development/option-types.section.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/doc/manual') diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md index 00f1d85bdb615..d32d4fc50ad79 100644 --- a/nixos/doc/manual/development/option-types.section.md +++ b/nixos/doc/manual/development/option-types.section.md @@ -308,6 +308,10 @@ The option set can be defined directly ([Example: Directly defined submodule](#ex-submodule-direct)) or as reference ([Example: Submodule defined as a reference](#ex-submodule-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. + ::: {#ex-submodule-direct .example} ::: {.title} **Example: Directly defined submodule** -- cgit 1.4.1 From 8e68f3fcfc9eb2a00aae46bfb7f6f27a87f920f0 Mon Sep 17 00:00:00 2001 From: Anselm Schüler Date: Sun, 3 Apr 2022 16:44:09 +0200 Subject: nixos/doc: build manual --- nixos/doc/manual/from_md/development/option-types.section.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nixos/doc/manual') 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 4447292927021..c67e183581c2c 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 -- cgit 1.4.1