aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/quickchick.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/nix/quickchick.nix')
-rw-r--r--dev/ci/nix/quickchick.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ci/nix/quickchick.nix b/dev/ci/nix/quickchick.nix
new file mode 100644
index 0000000000..46bf02ae3c
--- /dev/null
+++ b/dev/ci/nix/quickchick.nix
@@ -0,0 +1,5 @@
+{ ocamlPackages, ssreflect, coq-ext-lib, simple-io }:
+{
+ buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild num ];
+ coqBuildInputs = [ ssreflect coq-ext-lib simple-io ];
+}