Commit c2374fd1 authored by Emily's avatar Emily
Browse files

bazel: bazel_6 -> bazel_7

parent 4afbcac6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;