mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +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;
|
|
}
|