summary refs log tree commit diff
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-10-20 19:43:24 +0800
committerYueh-Shun Li <shamrocklee@posteo.net>2023-10-20 20:58:47 +0800
commita8d5d2f2075597f403c9d1af62ff7994fee49fc1 (patch)
tree0fab4b83682733218f02242ba7167510037c0d32
parent9c30003e04cdf34d54f2e3995b32558c0d5d4d7f (diff)
downloadnixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.tar
nixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.tar.gz
nixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.tar.bz2
nixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.tar.lz
nixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.tar.xz
nixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.tar.zst
nixpkgs-a8d5d2f2075597f403c9d1af62ff7994fee49fc1.zip
doc: generate documentation for lib.customisation
-rw-r--r--doc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 18e12c1a8ac..61bbd2ba8dc 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -23,6 +23,7 @@ let
       { name = "sources"; description = "source filtering functions"; }
       { name = "cli"; description = "command-line serialization functions"; }
       { name = "gvariant"; description = "GVariant formatted string serialization functions"; }
+      { name = "customisation"; description = "Functions to customise (derivation-related) functions, derivatons, or attribute sets"; }
     ];
   };