From d9dccae07c638adb2d1eed6a722e01e9063bda97 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 14 Jun 2022 23:15:51 +0200 Subject: [PATCH] nixos/doc: Hold off on NixOps 2 info until released --- nixos/doc/manual/development/option-types.section.md | 3 +-- nixos/doc/manual/from_md/development/option-types.section.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md index e4e6cfec957..9b35e663014 100644 --- a/nixos/doc/manual/development/option-types.section.md +++ b/nixos/doc/manual/development/option-types.section.md @@ -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} 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 e3d161e4d35..929d5302ed4 100644 --- a/nixos/doc/manual/from_md/development/option-types.section.xml +++ b/nixos/doc/manual/from_md/development/option-types.section.xml @@ -460,8 +460,7 @@ 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. + attrsOf submodule option.