mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
lib.isString: inherit from lib.strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user