mirror of
https://github.com/NixOS/nix.git
synced 2025-02-22 03:42:48 +00:00
3 lines
75 B
Nix
3 lines
75 B
Nix
with import ./lib.nix;
|
|
|
|
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ]) |