mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
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;
|
|
}
|