1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 07:52:43 +01:00
nix/tests/functional/lang/eval-fail-attrset-merge-drops-later-rec.nix
Ryan Hendrickson 5575a2f1c3 parser-state: fix attribute merging
(cherry picked from commit 8034589d7e)
2025-01-10 10:40:07 +00:00

1 line
46 B
Nix

{ a.b = 1; a = rec { c = d + 2; d = 3; }; }.c