From e510f1f0bd611def97c1181c5ed96f7df5eaed02 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Mon, 2 May 2022 09:24:22 +0000
Subject: [PATCH] Fix easy format version to 1.3.2

avoids dune/opam issue mentionned here: https://github.com/ocaml/dune/issues/5455
---
 nix/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/default.nix b/nix/default.nix
index 0f380373a53..5bd4d181773 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -13,6 +13,7 @@ let mydir = builtins.getEnv("PWD");
         "coq=8.13.0" "alt-ergo=2.2.0"
         "why3=1.4.0" "why3-coq=1.4.0"
         "menhir=20211012"
+        "easy-format=1.3.2"
       ];
     # only pure nix packages. See mk_deriv below for adding opam2nix packages
     mk_buildInputs = { nixPackages ? [] } :
-- 
GitLab