forked from lix-project/lix
2ab4bc44c7
* Put common test functions in tests/lang/lib.nix.
7 lines
81 B
Nix
7 lines
81 B
Nix
with import ./lib.nix;
|
|
|
|
let {
|
|
|
|
body = concat ["foo" "bar" "bla" "test"];
|
|
|
|
} |