Files
lix/tests/functional2/lang/dup-attrs/parse-fail-4.err.exp
T
piegames f2b64142a9 tests/functional2/lang: Migrate dup-attrs tests
Change-Id: Ia5976229c8b2e6bf89d821b5676a9a397e4539d7
2025-09-18 23:38:46 +02:00

7 lines
217 B
Plaintext

error: attribute 'services.ssh.port' already defined at /pwd/in.nix:2:3
at /pwd/in.nix:3:3:
2| services.ssh.port = 22;
3| services.ssh.port = 23;
| ^
4| }