mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
463e2817c5
* Add automated Nix expression language tests.
6 lines
38 B
Nix
6 lines
38 B
Nix
let {
|
|
body = x;
|
|
x = y;
|
|
y = x;
|
|
}
|