From 6c4b1f924112dab25e60f6ab26ed1e7e588b6f8c Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Wed, 15 Jun 2022 08:36:23 +0200
Subject: [PATCH] [ci] downgrade ocamlfind

---
 nix/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/default.nix b/nix/default.nix
index d9f8349f5d7..b2181d7ac05 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -8,7 +8,7 @@ let mydir = builtins.getEnv("PWD");
       selection = "${mydir}/${name}-${ocaml.version}-opam-selection.nix";
     };
      opamPackages =
-      [ "ocamlfind" "zarith" "ocamlgraph" "yojson" "zmq"
+      [ "ocamlfind=1.9.3" "zarith" "ocamlgraph" "yojson" "zmq"
         "ppx_import" "ppx_deriving" "ppx_deriving_yojson"
         "coq=8.13.0" "alt-ergo=2.2.0"
         "why3=1.5.0" "why3-coq=1.5.0"
-- 
GitLab