Files
lix/tests/functional2/lang/parser-merge-attrs/parse-fail-err2.err.exp
T
piegames cb29f3b060 tests/functional2/lang: Migrate merge-attrs tests
Change-Id: Ib8b8e4505454c5061d596dd490db43471bfb754b
2025-11-17 22:10:11 +00:00

7 lines
188 B
Plaintext

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