about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-fail-dup-attrs-4.nix
blob: 77417432b3475ed9af8c2a956ff3920deb3b401b (plain) (blame)
1
2
3
4
{
  services.ssh.port = 22;
  services.ssh.port = 23;
}