mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
lib.genericClosure: inherit from lib.trivial
This commit is contained in:
parent
e3faf23ba6
commit
e3b0f46af9
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,6 @@ let
|
||||||
kernel = callLibs ./kernel.nix;
|
kernel = callLibs ./kernel.nix;
|
||||||
|
|
||||||
inherit (builtins) addErrorContext
|
inherit (builtins) addErrorContext
|
||||||
genericClosure
|
|
||||||
isPath
|
isPath
|
||||||
readFile replaceStrings
|
readFile replaceStrings
|
||||||
trace;
|
trace;
|
||||||
|
@ -75,7 +74,8 @@ let
|
||||||
info showWarnings nixpkgsVersion version isInOldestRelease
|
info showWarnings nixpkgsVersion version isInOldestRelease
|
||||||
mod compare splitByAndCompare seq deepSeq lessThan add sub
|
mod compare splitByAndCompare seq deepSeq lessThan add sub
|
||||||
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
|
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
|
||||||
toHexString toBaseDigits inPureEvalMode isBool isInt pathExists;
|
toHexString toBaseDigits inPureEvalMode isBool isInt pathExists
|
||||||
|
genericClosure;
|
||||||
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
|
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
|
||||||
composeManyExtensions makeExtensible makeExtensibleWithCustomName;
|
composeManyExtensions makeExtensible makeExtensibleWithCustomName;
|
||||||
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
|
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue