aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/fiat_crypto.nix
blob: 0f0ee9138745a4a799b6286092cc626629d5c2d0 (plain)
1
2
3
4
5
6
{ coqprime }:
{
  coqBuildInputs = [ coqprime ];
  configure = "git submodule update --init --recursive && ulimit -s 32768";
  make = "make new-pipeline c-files";
}