mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
1 line
46 B
Nix
1 line
46 B
Nix
{ a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|