lib.isInt: inherit from lib.trivial
This commit is contained in:
parent
5313a054d3
commit
fa82e813f1
@ -66,7 +66,7 @@ let
|
||||
|
||||
inherit (builtins) addErrorContext
|
||||
genericClosure getAttr
|
||||
isInt isList isPath isString
|
||||
isList isPath isString
|
||||
pathExists readFile replaceStrings
|
||||
trace;
|
||||
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
|
||||
@ -75,7 +75,7 @@ let
|
||||
info showWarnings nixpkgsVersion version isInOldestRelease
|
||||
mod compare splitByAndCompare seq deepSeq lessThan add sub
|
||||
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
|
||||
toHexString toBaseDigits inPureEvalMode isBool;
|
||||
toHexString toBaseDigits inPureEvalMode isBool isInt;
|
||||
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
|
||||
composeManyExtensions makeExtensible makeExtensibleWithCustomName;
|
||||
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
|
||||
|
Loading…
Reference in New Issue
Block a user