about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-05-07 15:27:05 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-05-10 15:55:08 +0200
commit16d594a0e2017bfa8b24051f4697d8debc240bfb (patch)
treee97dac498b4fce5165ca2b48a99a6b174bb173ee /nixos/doc
parent897876e4c484f1e8f92009fd11b7d988a121a4e7 (diff)
downloadnixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.tar
nixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.tar.gz
nixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.tar.bz2
nixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.tar.lz
nixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.tar.xz
nixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.tar.zst
nixlib-16d594a0e2017bfa8b24051f4697d8debc240bfb.zip
lib.types.pkgs: init
A nominal type.
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`