lib.genericClosure: inherit from lib.trivial

This commit is contained in:
Silvan Mosberger 2024-06-20 18:57:10 +02:00
parent e3faf23ba6
commit e3b0f46af9

View file

@ -65,7 +65,6 @@ let
kernel = callLibs ./kernel.nix; kernel = callLibs ./kernel.nix;
inherit (builtins) addErrorContext inherit (builtins) addErrorContext
genericClosure
isPath isPath
readFile replaceStrings readFile replaceStrings
trace; trace;
@ -75,7 +74,8 @@ let
info showWarnings nixpkgsVersion version isInOldestRelease info showWarnings nixpkgsVersion version isInOldestRelease
mod compare splitByAndCompare seq deepSeq lessThan add sub mod compare splitByAndCompare seq deepSeq lessThan add sub
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs 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 inherit (self.fixedPoints) fix fix' converge extends composeExtensions
composeManyExtensions makeExtensible makeExtensibleWithCustomName; composeManyExtensions makeExtensible makeExtensibleWithCustomName;
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath