mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
parser-state: fix attribute merging
This commit is contained in:
parent
d467f7a019
commit
8034589d7e
8 changed files with 133 additions and 52 deletions
|
@ -0,0 +1,5 @@
|
|||
error: undefined variable 'd'
|
||||
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:1:26:
|
||||
1| { a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|
||||
| ^
|
||||
2|
|
Loading…
Add table
Add a link
Reference in a new issue