mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Merge pull request #58537 from matthiasbeyer/alias-map
lib: lists: Alias map = builtins.map
This commit is contained in:
commit
84067b7ef1
|
@ -7,7 +7,7 @@ let
|
|||
in
|
||||
rec {
|
||||
|
||||
inherit (builtins) head tail length isList elemAt concatLists filter elem genList;
|
||||
inherit (builtins) head tail length isList elemAt concatLists filter elem genList map;
|
||||
|
||||
/* Create a list consisting of a single element. `singleton x` is
|
||||
sometimes more convenient with respect to indentation than `[x]`
|
||||
|
|
Loading…
Reference in a new issue