mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
lib.deepSeq: inherit from lib.trivial
This commit is contained in:
parent
8a6941dbef
commit
f341dca2a2
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ let
|
||||||
kernel = callLibs ./kernel.nix;
|
kernel = callLibs ./kernel.nix;
|
||||||
|
|
||||||
inherit (builtins) addErrorContext
|
inherit (builtins) addErrorContext
|
||||||
deepSeq elem elemAt genericClosure getAttr
|
elem elemAt genericClosure getAttr
|
||||||
hasAttr isAttrs isBool isInt isList isPath isString
|
hasAttr isAttrs isBool isInt isList isPath isString
|
||||||
pathExists readFile replaceStrings
|
pathExists readFile replaceStrings
|
||||||
trace;
|
trace;
|
||||||
|
@ -73,7 +73,7 @@ let
|
||||||
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
||||||
importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum
|
importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum
|
||||||
info showWarnings nixpkgsVersion version isInOldestRelease
|
info showWarnings nixpkgsVersion version isInOldestRelease
|
||||||
mod compare splitByAndCompare seq 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;
|
||||||
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
|
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue