about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 18:57:10 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:48:54 +0200
commite3b0f46af9d0c57661e5a85e8482ecbdee1d6ed8 (patch)
tree15f334643b06862f2040593f40372cd3f54f6e3c /lib
parente3faf23ba61f20a9e8491191c5fd6f780d6cf9ce (diff)
lib.genericClosure: inherit from lib.trivial
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 2136e831563aa..dc85dd57e024a 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -65,7 +65,6 @@ let
     kernel = callLibs ./kernel.nix;
 
     inherit (builtins) addErrorContext
-      genericClosure
       isPath
       readFile replaceStrings
       trace;
@@ -75,7 +74,8 @@ let
       info showWarnings nixpkgsVersion version isInOldestRelease
       mod compare splitByAndCompare seq deepSeq lessThan add sub
       functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
-      toHexString toBaseDigits inPureEvalMode isBool isInt pathExists;
+      toHexString toBaseDigits inPureEvalMode isBool isInt pathExists
+      genericClosure;
     inherit (self.fixedPoints) fix fix' converge extends composeExtensions
       composeManyExtensions makeExtensible makeExtensibleWithCustomName;
     inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath