mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
463e2817c5
* Add automated Nix expression language tests.
6 lines
50 B
Nix
6 lines
50 B
Nix
let {
|
|
x = "foo";
|
|
y = "bar";
|
|
body = x + y;
|
|
}
|