summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-08-21 23:06:48 +0200
committerJon <jonringer@users.noreply.github.com>2020-08-21 14:37:32 -0700
commitd400dcaa48858c729d2b46249d09eae056e4a23f (patch)
treeef362e88553e4057ff1af79a9d8387bcf24a0813 /nixos
parent4df837063f44145f684b06271d2e8e40dfbf2539 (diff)
downloadnixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.tar
nixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.tar.gz
nixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.tar.bz2
nixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.tar.lz
nixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.tar.xz
nixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.tar.zst
nixpkgs-d400dcaa48858c729d2b46249d09eae056e4a23f.zip
release-notes: Mention freeform modules
As introduced by https://github.com/NixOS/nixpkgs/pull/82743
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 4695175638d..908fc3b1a1d 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -190,6 +190,11 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
 </programlisting>
     </para>
    </listitem>
+   <listitem>
+     <para>
+      The NixOS module system now supports freeform modules as a mix between <literal>types.attrsOf</literal> and <literal>types.submodule</literal>. These allow you to explicitly declare a subset of options while still permitting definitions without an associated option. See <xref linkend='sec-freeform-modules'/> for how to use them.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>