mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
lib.isString: inherit from lib.strings
This commit is contained in:
parent
6f7324c1f0
commit
94a863973a
@ -66,7 +66,7 @@ let
|
||||
|
||||
inherit (builtins) addErrorContext
|
||||
genericClosure getAttr
|
||||
isPath isString
|
||||
isPath
|
||||
pathExists readFile replaceStrings
|
||||
trace;
|
||||
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
|
||||
@ -96,7 +96,7 @@ let
|
||||
subtractLists mutuallyExclusive groupBy groupBy' concatLists genList
|
||||
length head tail elem elemAt isList;
|
||||
inherit (self.strings) concatStrings concatMapStrings concatImapStrings
|
||||
stringLength substring
|
||||
stringLength substring isString
|
||||
intersperse concatStringsSep concatMapStringsSep
|
||||
concatImapStringsSep concatLines makeSearchPath makeSearchPathOutput
|
||||
makeLibraryPath makeIncludePath makeBinPath optionalString
|
||||
|
Loading…
Reference in New Issue
Block a user