1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-15 05:21:03 +01:00

parser-state: fix attribute merging

(cherry picked from commit 8034589d7e)
This commit is contained in:
Ryan Hendrickson 2024-08-14 00:05:06 -04:00 committed by Mergify
parent 85a4f62400
commit 5575a2f1c3
8 changed files with 133 additions and 52 deletions

View file

@ -0,0 +1 @@
{ a.b = 1; a = rec { c = d + 2; d = 3; }; }.c