Skip to content

Commit

Permalink
release-notes: Mention freeform modules
Browse files Browse the repository at this point in the history
As introduced by #82743
  • Loading branch information
infinisil authored and Jon committed Aug 21, 2020
1 parent 4df8370 commit d400dca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/doc/manual/release-notes/rl-2009.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d400dca

Please sign in to comment.