bazel: bazel_6 -> bazel_7

This commit is contained in:
Emily
2025-08-24 19:42:06 +01:00
parent 4afbcac6c8
commit c2374fd15e
+1 -1
View File
@@ -6587,7 +6587,7 @@ with pkgs;
bandit = with python3Packages; toPythonApplication bandit;
bazel = bazel_6;
bazel = bazel_7;
bazel_6 = callPackage ../development/tools/build-managers/bazel/bazel_6 {
inherit (darwin) sigtool;