mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
5 lines
50 B
Nix
5 lines
50 B
Nix
let {
|
|
x = "foo";
|
|
y = "bar";
|
|
body = x + y;
|
|
}
|