mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
lib.tail: inherit from lib.lists
This commit is contained in:
parent
6e98b0c0c6
commit
0a162f4dcd
@ -68,7 +68,7 @@ let
|
||||
deepSeq elem elemAt genericClosure getAttr
|
||||
hasAttr head isAttrs isBool isInt isList isPath isString
|
||||
lessThan listToAttrs pathExists readFile replaceStrings seq
|
||||
sub substring tail trace;
|
||||
sub substring 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
|
||||
@ -94,7 +94,7 @@ let
|
||||
reverseList listDfs toposort sort sortOn naturalSort compareLists take
|
||||
drop sublist last init crossLists unique allUnique intersectLists
|
||||
subtractLists mutuallyExclusive groupBy groupBy' concatLists genList
|
||||
length;
|
||||
length tail;
|
||||
inherit (self.strings) concatStrings concatMapStrings concatImapStrings
|
||||
stringLength
|
||||
intersperse concatStringsSep concatMapStringsSep
|
||||
|
Loading…
Reference in New Issue
Block a user