mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-06 10:26:48 +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" ]) |