lib: Add isPath

Available since Nix 2.3, which is the Nixpkgs minimum version.
Thanks zimbatm!
This commit is contained in:
Robert Hensing 2022-12-31 00:53:24 +01:00
parent 23c25d5231
commit d0d0f7d0aa

View File

@ -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