From f1897c6bd31d765c0c92d70712b5980d380e7c95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr>
Date: Tue, 13 Apr 2021 17:19:56 +0200
Subject: [PATCH] [oci] update nix config for why3

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

diff --git a/nix/default.nix b/nix/default.nix
index c60e08b1..652b5136 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -20,7 +20,7 @@ let frama_clang_build =
      preFramaCTests = ''
        echo CONFIGURING Why3 for Frama_Clang.
        export HOME=$(mktemp -d)
-       why3 config --detect
+       why3 config detect
      '';
    });
 in
-- 
GitLab