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