lib: Add isPath
Available since Nix 2.3, which is the Nixpkgs minimum version. Thanks zimbatm!
This commit is contained in:
parent
23c25d5231
commit
d0d0f7d0aa
@ -63,7 +63,7 @@ let
|
||||
|
||||
inherit (builtins) add addErrorContext attrNames concatLists
|
||||
deepSeq elem elemAt filter genericClosure genList getAttr
|
||||
hasAttr head isAttrs isBool isInt isList isString length
|
||||
hasAttr head isAttrs isBool isInt isList isPath isString length
|
||||
lessThan listToAttrs pathExists readFile replaceStrings seq
|
||||
stringLength sub substring tail trace;
|
||||
inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor
|
||||
|
Loading…
Reference in New Issue
Block a user