mirror of
https://github.com/NixOS/nix.git
synced 2025-02-22 03:42:48 +00:00
6 lines
38 B
Nix
6 lines
38 B
Nix
let {
|
|
body = x;
|
|
x = y;
|
|
y = x;
|
|
}
|