mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
lib.stringLength: inherit from lib.strings
This commit is contained in:
parent
357e954198
commit
6e98b0c0c6
@ -68,7 +68,7 @@ let
|
||||
deepSeq elem elemAt genericClosure getAttr
|
||||
hasAttr head isAttrs isBool isInt isList isPath isString
|
||||
lessThan listToAttrs pathExists readFile replaceStrings seq
|
||||
stringLength sub substring tail trace;
|
||||
sub substring tail trace;
|
||||
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
|
||||
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
||||
importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum
|
||||
@ -96,6 +96,7 @@ let
|
||||
subtractLists mutuallyExclusive groupBy groupBy' concatLists genList
|
||||
length;
|
||||
inherit (self.strings) concatStrings concatMapStrings concatImapStrings
|
||||
stringLength
|
||||
intersperse concatStringsSep concatMapStringsSep
|
||||
concatImapStringsSep concatLines makeSearchPath makeSearchPathOutput
|
||||
makeLibraryPath makeIncludePath makeBinPath optionalString
|
||||
|
Loading…
Reference in New Issue
Block a user