Files
lix/tests/functional2/lang/parser-merge-attrs/parse-fail-err2.err.exp
T
piegames 27a94369a9 nix::parser::State::addAttr: Deep attribute merging
Closes #845

Change-Id: Ie14d0e5a7a9fb778325c4ad30d1e1bd73c60b4f9
2025-11-24 19:16:27 +00:00

7 lines
198 B
Plaintext

error: attribute 'x.y.y' already defined at /pwd/in.nix:2:3
at /pwd/in.nix:3:9:
2| x.y.y = 3;
3| x = { y.y= 3; z = 3; };
| ^
4| }