1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00
nix/tests/functional/lang/eval-fail-attrset-merge-drops-later-rec.nix
Ryan Hendrickson e0e50fb01f parser-state: fix attribute merging
(cherry picked from commit 8034589d7e)
2025-01-12 13:07:28 +01:00

1 line
46 B
Nix

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