From 363ece217ee137b97ff8e20dc46928c1004e2882 Mon Sep 17 00:00:00 2001 From: adelaett <90894311+adelaett@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:24:02 +0100 Subject: [PATCH] fix nix environment --- .nix/catala.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nix/catala.nix b/.nix/catala.nix index 186620c7..06869e25 100644 --- a/.nix/catala.nix +++ b/.nix/catala.nix @@ -26,6 +26,7 @@ , ocaml-crunch , cohttp-lwt-unix , ocolor +, dune-build-info }: buildDunePackage { @@ -64,6 +65,7 @@ buildDunePackage { zarith_stubs_js cohttp-lwt-unix ocolor + dune-build-info ]; # Currently there is no unit tests in catala and Cram tests are handled by clerk