diff options
Diffstat (limited to 'dev/ci/nix/fiat_crypto.nix')
| -rw-r--r-- | dev/ci/nix/fiat_crypto.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/nix/fiat_crypto.nix b/dev/ci/nix/fiat_crypto.nix new file mode 100644 index 0000000000..0f0ee91387 --- /dev/null +++ b/dev/ci/nix/fiat_crypto.nix @@ -0,0 +1,6 @@ +{ coqprime }: +{ + coqBuildInputs = [ coqprime ]; + configure = "git submodule update --init --recursive && ulimit -s 32768"; + make = "make new-pipeline c-files"; +} |
