about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2024-01-30 17:29:47 -0500
committerShea Levy <shea@shealevy.com>2024-02-02 16:27:30 -0500
commitca1262a4832b290d9f35c4b9c5f67f93144c7f2a (patch)
tree4f6bea9f271666da958a0531adb7ede78df05d0b /doc
parent5b5e6f990070ec0c5c343ff9160554866ecd23c2 (diff)
lib: Add optionalDrvAttr to conditionally set drv attributes.
This allows for adding new, conditionally set, derivation attributes
to an existing derivation without changing any output paths in the
case where the condition is not met.
Diffstat (limited to 'doc')
-rw-r--r--doc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 26aae9efa5730..bcbc20b9f983b 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -25,6 +25,7 @@ let
       { name = "gvariant"; description = "GVariant formatted string serialization functions"; }
       { name = "customisation"; description = "Functions to customise (derivation-related) functions, derivatons, or attribute sets"; }
       { name = "meta"; description = "functions for derivation metadata"; }
+      { name = "derivations"; description = "miscellaneous derivation-specific functions"; }
     ];
   };