Files
lix/tests/functional2/lang/attrs/parse-fail-duplicate-4.err.exp
T
piegames dbb6098ff4 tests/functional2/lang: Migrate attrs tests
Change-Id: I8eee261d76d34c4a138bc24d9c2b9a0dfb944c7f
2025-11-18 13:48:32 +00: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| }