nix-gh/tests/lang/eval-okay-map.nix

3 lines
75 B
Nix

with import ./lib.nix;
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ])