forked from lix-project/lix
2ab4bc44c7
* Put common test functions in tests/lang/lib.nix.
3 lines
75 B
Nix
3 lines
75 B
Nix
with import ./lib.nix;
|
|
|
|
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ]) |