mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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;
|
||||
|
||||
inherit (builtins) addErrorContext
|
||||
genericClosure
|
||||
isPath
|
||||
readFile replaceStrings
|
||||
trace;
|
||||
|
@ -75,7 +74,8 @@ let
|
|||
info showWarnings nixpkgsVersion version isInOldestRelease
|
||||
mod compare splitByAndCompare seq deepSeq lessThan add sub
|
||||
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
|
||||
composeManyExtensions makeExtensible makeExtensibleWithCustomName;
|
||||
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue