From 0c3aa2f4bbd0bb5124ff3cc95759cb7cb89caa6b Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 18 Mar 2019 08:55:48 +0000 Subject: [nix] Update reference to nixpkgs --- dev/ci/nix/quickchick.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ci/nix/quickchick.nix') diff --git a/dev/ci/nix/quickchick.nix b/dev/ci/nix/quickchick.nix index 46bf02ae3c..b90f1e4f88 100644 --- a/dev/ci/nix/quickchick.nix +++ b/dev/ci/nix/quickchick.nix @@ -1,5 +1,5 @@ { ocamlPackages, ssreflect, coq-ext-lib, simple-io }: { buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild num ]; - coqBuildInputs = [ ssreflect coq-ext-lib simple-io ]; + coqBuildInputs = [ ssreflect simple-io ]; } -- cgit v1.2.3