about summary refs log tree commit diff
diff options
context:
space:
mode:
authorckie <git-525ff67@ckie.dev>2023-10-16 03:29:45 +0300
committerh7x4 <h7x4@nani.wtf>2023-10-27 18:32:23 +0200
commit5707d01df2f08e0be3e70898f7648fc4ba341316 (patch)
treea66162b6c00492cbc782cf86562fccd3c08a2f3d
parent18ca8b21e2918340f77d868e509c59df90f73e45 (diff)
pkgs-lib.formats: add note about missing `pkgs` quirk
-rw-r--r--pkgs/pkgs-lib/formats.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/pkgs-lib/formats.nix b/pkgs/pkgs-lib/formats.nix
index 44d4cc7330784..3cbda3a7ebdd9 100644
--- a/pkgs/pkgs-lib/formats.nix
+++ b/pkgs/pkgs-lib/formats.nix
@@ -28,6 +28,11 @@ rec {
       generate = ...;
 
     });
+
+  Please note that `pkgs` may not always be available for use due to the split
+  options doc build introduced in fc614c37c653, so lazy evaluation of only the
+  'type' field is required.
+
   */