about summary refs log tree commit diff
path: root/nixos/doc/manual/development
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-14 23:15:51 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-06-14 23:23:41 +0200
commitd9dccae07c638adb2d1eed6a722e01e9063bda97 (patch)
tree1017e673f52e5ee4128a4ba59191a5389d99307c /nixos/doc/manual/development
parent3c4a49f506575306f8b355e86d2b19cf02c84688 (diff)
nixos/doc: Hold off on NixOps 2 info until released
Diffstat (limited to 'nixos/doc/manual/development')
-rw-r--r--nixos/doc/manual/development/option-types.section.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md
index e4e6cfec957f6..9b35e66301447 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}