lib: lists: Alias builtins.map

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Suggested-by: Profpatsch <mail@profpatsch.de>
wip/yesman
Matthias Beyer 5 years ago
parent bad5d145c2
commit 3cf40fc794
  1. 2
      lib/lists.nix

@ -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…
Cancel
Save