mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
463e2817c5
* Add automated Nix expression language tests.
5 lines
38 B
Nix
5 lines
38 B
Nix
let {
|
|
body = x;
|
|
x = y;
|
|
y = x;
|
|
}
|