463e2817c5
* Add automated Nix expression language tests.
5 lines
50 B
Nix
5 lines
50 B
Nix
let {
|
|
x = "foo";
|
|
y = "bar";
|
|
body = x + y;
|
|
}
|