index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
ci
/
nix
/
cross_crypto.nix
blob: 98f74f9474d2656cc330e7e561aeddbf0da75c4b (
plain
)
1
2
3
4
5
{}:
{
configure =
"git submodule update --init --recursive"
;
clean =
"make cleanall"
;
}