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-okay-dup-attrs-6.nix
blob: ae6d7a769305a59f4188ddc5eddd1b373ebeffc5 (
about
) (
plain
) (
blame
)
1
2
3
4
{
services
.
ssh
.
port
=
23
;
services
.
ssh
= {
enable
=
true
; };
}