summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-03-11 11:56:44 +0100
committerGitHub <noreply@github.com>2022-03-11 11:56:44 +0100
commita15fbdb88f38800c8e554772a12de8031815802a (patch)
tree3d3ed8c3f71ac476f31fedc6b1aa100c2a9b9149 /nixos/doc
parentaff5c571a02d3815d456006c692e76aa2a1c5c24 (diff)
parent9c2266c03171dcf492b6accdb0cde0cb28e156b5 (diff)
downloadnixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.tar
nixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.tar.gz
nixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.tar.bz2
nixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.tar.lz
nixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.tar.xz
nixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.tar.zst
nixpkgs-a15fbdb88f38800c8e554772a12de8031815802a.zip
Merge pull request #163443 from ncfavier/fix-types-package
lib.types.package: only call toDerivation when necessary
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/development/option-types.section.md3
-rw-r--r--nixos/doc/manual/from_md/development/option-types.section.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md
index c34ac0367c4..00f1d85bdb6 100644
--- a/nixos/doc/manual/development/option-types.section.md
+++ b/nixos/doc/manual/development/option-types.section.md
@@ -22,7 +22,8 @@ merging is handled.
 
 `types.package`
 
-:   A derivation or a store path.
+:   A top-level store path. This can be an attribute set pointing
+    to a store path, like a derivation or a flake input.
 
 `types.anything`
 
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 e16453df51e..44472929270 100644
--- a/nixos/doc/manual/from_md/development/option-types.section.xml
+++ b/nixos/doc/manual/from_md/development/option-types.section.xml
@@ -43,7 +43,9 @@
         </term>
         <listitem>
           <para>
-            A derivation or a store path.
+            A top-level store path. This can be an attribute set
+            pointing to a store path, like a derivation or a flake
+            input.
           </para>
         </listitem>
       </varlistentry>