mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
3 lines
No EOL
75 B
Nix
3 lines
No EOL
75 B
Nix
with import ./lib.nix;
|
|
|
|
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ]) |