mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
463e2817c5
* Add automated Nix expression language tests.
6 lines
60 B
Nix
6 lines
60 B
Nix
((x: {x}:
|
|
rec {
|
|
x = 1;
|
|
y = x;
|
|
}
|
|
) 2 {x = 3;}).y
|