about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-11 18:01:13 +0000
committerGitHub <noreply@github.com>2023-05-11 18:01:13 +0000
commitb9c14e0e615d9e2322eece29b0f50d91cb8d54c0 (patch)
tree60146e1c5b4242df90669cf210cd2b0b4f240e34 /nixos/doc
parent6b68b44e2db035ff76f98868179be8f3a0265e24 (diff)
parent6948ef4deff7a72ebe5242244bd3730e8542b925 (diff)
downloadnixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.tar
nixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.tar.gz
nixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.tar.bz2
nixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.tar.lz
nixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.tar.xz
nixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.tar.zst
nixlib-b9c14e0e615d9e2322eece29b0f50d91cb8d54c0.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/development/option-types.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md
index 9e2ecb8e3562..9e156ebff9d3 100644
--- a/nixos/doc/manual/development/option-types.section.md
+++ b/nixos/doc/manual/development/option-types.section.md
@@ -99,6 +99,10 @@ merging is handled.
     problems.
     :::
 
+`types.pkgs`
+
+:   A type for the top level Nixpkgs package set.
+
 ### Numeric types {#sec-option-types-numeric}
 
 `types.int`