aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/mtac2.nix
blob: 9a2353c5cf600042898e58231fe7dba9c5682a51 (plain)
1
2
3
4
5
{ coq, unicoq }:
{
  buildInputs = [ unicoq ] ++ (with coq.ocamlPackages; [ ocaml findlib camlp5 ]);
  configure = "./configure.sh";
}