summaryrefslogtreecommitdiff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2024-07-04 20:37:01 +0000
committerYueh-Shun Li <shamrocklee@posteo.net>2024-09-14 20:56:47 +0800
commit11c20cd39099033adec0688aa44cf2f95f28b1ff (patch)
treea7481e113b54e967af821a863b3a6e6a2917b6c5 /lib/default.nix
parentlib/tests/misc.nix: move testFix into new category FIXED-POINTS (diff)
downloadnixpkgs-11c20cd39099033adec0688aa44cf2f95f28b1ff.tar.gz
lib.toExtension: init
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 0ff3a3980745..4d0035945aaa 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -79,7 +79,8 @@ let
fromHexString toHexString toBaseDigits inPureEvalMode isBool isInt pathExists
genericClosure readFile;
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
- composeManyExtensions makeExtensible makeExtensibleWithCustomName;
+ composeManyExtensions makeExtensible makeExtensibleWithCustomName
+ toExtension;
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
getAttrFromPath attrVals attrNames attrValues getAttrs catAttrs filterAttrs
filterAttrsRecursive foldlAttrs foldAttrs collect nameValuePair mapAttrs