mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
parser-state: fix attribute merging
(cherry picked from commit 8034589d7e
)
This commit is contained in:
parent
6ae5aa7fa0
commit
e0e50fb01f
8 changed files with 133 additions and 52 deletions
|
@ -0,0 +1 @@
|
|||
{ a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|
Loading…
Add table
Add a link
Reference in a new issue