Files
lix/tests/functional2/lang/parser-merge-attrs/parse-fail-err1.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
186 B
Plaintext

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