index
:
verified-dyn-lang-interp
icfp25
main
Artifact for https://doi.org/10.1145/3747537
Rutger Broekhoff
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
testdata
/
parse-fail-dup-attrs-4.nix
blob: 77417432b3475ed9af8c2a956ff3920deb3b401b (
about
) (
plain
) (
blame
)
1
2
3
4
{
services
.
ssh
.
port
=
22
;
services
.
ssh
.
port
=
23
;
}