Unverified Commit 5707d01d authored by ckie's avatar ckie Committed by h7x4
Browse files

pkgs-lib.formats: add note about missing `pkgs` quirk

parent 18ca8b21
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.

  */