mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +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,3 @@
|
|||
# This is for backwards compatibility, not because we like it.
|
||||
# See https://github.com/NixOS/nix/issues/9020.
|
||||
{ a = rec { b = c + 1; d = 2; }; a.c = d + 3; }.a.b
|
Loading…
Add table
Add a link
Reference in a new issue