From e3b0f46af9d0c57661e5a85e8482ecbdee1d6ed8 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 20 Jun 2024 18:57:10 +0200 Subject: lib.genericClosure: inherit from lib.trivial --- lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit 1.4.1