1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/functional/lang/eval-okay-map.nix

3 lines
75 B
Nix
Raw Normal View History

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