1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/lang/parse-fail-dup-attrs-7.err.exp

7 lines
190 B
Plaintext
Raw Permalink Normal View History

error: attribute 'x' already defined at «stdin»:6:13
at «stdin»:7:13:
6| inherit x;
7| inherit x;
| ^
8| };