mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-18 09:06:47 +02:00
463e2817c5
* Add automated Nix expression language tests.
5 реда
50 Б
Nix
5 реда
50 Б
Nix
let {
|
|
x = "foo";
|
|
y = "bar";
|
|
body = x + y;
|
|
}
|