mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 19:29:36 +01:00
1 line
77 B
Text
1 line
77 B
Text
(let c = { }; b = 2; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })
|