aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/quickchick.nix
diff options
context:
space:
mode:
authorThéo Zimmermann2019-01-24 16:32:48 +0100
committerThéo Zimmermann2019-01-24 16:32:48 +0100
commit0817552f823409c85dbc1ebbd54cff69d375482d (patch)
tree00382fce91ed80519498880ceb6c4c7af357d3b3 /dev/ci/nix/quickchick.nix
parent19c6007a003f3ec6d2d92b1ca213270ff16b58fb (diff)
parentdec2994980e00eff72f474aed6da94b97c3d703a (diff)
Merge PR #9394: [nix-ci] Maintenance
Reviewed-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: ejgallego Reviewed-by: maximedenes
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 ];
+}