1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

lib.sub: inherit from lib.trivial

(cherry picked from commit 8a6941dbef)
This commit is contained in:
Silvan Mosberger 2024-06-20 18:37:38 +02:00 committed by github-actions[bot]
parent 6f6e290b93
commit 1050b8d555

View file

@ -68,12 +68,12 @@ let
deepSeq elem elemAt genericClosure getAttr
hasAttr isAttrs isBool isInt isList isPath isString
pathExists readFile replaceStrings
sub trace;
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 seq lessThan add
mod compare splitByAndCompare seq lessThan add sub
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
toHexString toBaseDigits inPureEvalMode;
inherit (self.fixedPoints) fix fix' converge extends composeExtensions