lib.pathExists: inherit from lib.trivial
This commit is contained in:
parent
574611fe0b
commit
e3faf23ba6
@ -67,7 +67,7 @@ let
|
|||||||
inherit (builtins) addErrorContext
|
inherit (builtins) addErrorContext
|
||||||
genericClosure
|
genericClosure
|
||||||
isPath
|
isPath
|
||||||
pathExists readFile replaceStrings
|
readFile replaceStrings
|
||||||
trace;
|
trace;
|
||||||
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
|
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
|
||||||
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
||||||
@ -75,7 +75,7 @@ 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;
|
toHexString toBaseDigits inPureEvalMode isBool isInt pathExists;
|
||||||
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…
Reference in New Issue
Block a user