From 4b1c22d6343952fbea797b412d64b384c6d304cc Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Mon, 25 Sep 2023 13:56:31 +0200 Subject: [PATCH] Update Bazel itself to version 6.2.0 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 71838a4..af3a64a 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ mkShell { # See: https://github.com/bazelbuild/bazel/issues/4231 BAZEL_USE_CPP_ONLY_TOOLCHAIN=1; buildInputs = [ - bazel_5 + bazel_6 binutils cacert nix