lib.isBool: inherit from lib.trivial

This commit is contained in:
Silvan Mosberger 2024-06-20 18:52:16 +02:00
parent 53744d55cd
commit 5313a054d3

View File

@ -66,7 +66,7 @@ let
inherit (builtins) addErrorContext inherit (builtins) addErrorContext
genericClosure getAttr genericClosure getAttr
isBool isInt isList isPath isString isInt isList isPath isString
pathExists readFile replaceStrings pathExists readFile replaceStrings
trace; trace;
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
@ -75,7 +75,7 @@ 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; toHexString toBaseDigits inPureEvalMode isBool;
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