mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
1 line
46 B
Nix
1 line
46 B
Nix
{ a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|