deps: update to bazel 7

This commit is contained in:
Malte Poll 2024-01-08 14:38:13 +01:00
parent c6e0714a42
commit a4d25646f5
12 changed files with 50 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
bazel_6
bazel_7
git
];
}