aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/GeoCoq.nix
blob: 45d688285e1fe1bc17f6784b4eee2fb5d3fb1c87 (plain)
1
2
3
4
5
{ mathcomp }:
{
  coqBuildInputs = [ mathcomp ];
  configure = "./configure.sh";
}