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