lib.seq: inherit from lib.trivial

(cherry picked from commit 64e8494f8a)
This commit is contained in:
Silvan Mosberger 2024-06-20 18:35:34 +02:00 committed by github-actions[bot]
parent c251446ff2
commit 3bf1dc39bc

View File

@ -67,13 +67,13 @@ let
inherit (builtins) add addErrorContext
deepSeq elem elemAt genericClosure getAttr
hasAttr isAttrs isBool isInt isList isPath isString
lessThan pathExists readFile replaceStrings seq
lessThan pathExists readFile replaceStrings
sub trace;
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum
info showWarnings nixpkgsVersion version isInOldestRelease
mod compare splitByAndCompare
mod compare splitByAndCompare seq
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
toHexString toBaseDigits inPureEvalMode;
inherit (self.fixedPoints) fix fix' converge extends composeExtensions