diff --git a/shell.nix b/shell.nix index e7a79a4c8d..5f89ff2ad3 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ let lean = pkgs.callPackage ./default.nix {}; - temci = pkgs.callPackage (builtins.fetchGit { url = https://github.com/parttimenerd/temci.git; rev = "66fa7d1eaeb671be32850009304bca5a270b9646"; }) {}; + temci = pkgs.callPackage (builtins.fetchGit { url = https://github.com/parttimenerd/temci.git; rev = "1adbe63e3976693eb82ae1bb17b0b17566473853"; }) {}; in pkgs.mkShell rec { inputsFrom = [ lean ]; buildInputs = with pkgs; [ temci clang_7 ccache ninja jemalloc ];