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:
parent
6f6e290b93
commit
1050b8d555
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue