nixos/doc: Hold off on NixOps 2 info until released

main
Robert Hensing 2 years ago
parent 3c4a49f506
commit d9dccae07c
  1. 3
      nixos/doc/manual/development/option-types.section.md
  2. 3
      nixos/doc/manual/from_md/development/option-types.section.xml

@ -237,8 +237,7 @@ Value types are types that take a value parameter.
One use case for this type is the type of a "default" module that allow the
user to affect all submodules in an `attrsOf submodule` at once. This is
more convenient and discoverable than expecting the module user to
type-merge with the `attrsOf submodule` option. NixOps uses this type in
`network.defaults`.
type-merge with the `attrsOf submodule` option.
## Composed Types {#sec-option-types-composed}

@ -460,8 +460,7 @@
all submodules in an <literal>attrsOf submodule</literal> at
once. This is more convenient and discoverable than
expecting the module user to type-merge with the
<literal>attrsOf submodule</literal> option. NixOps uses
this type in <literal>network.defaults</literal>.
<literal>attrsOf submodule</literal> option.
</para>
</listitem>
</varlistentry>

Loading…
Cancel
Save