Unverified Commit dd854492 authored by Dmitry Ivankov's avatar Dmitry Ivankov Committed by GitHub
Browse files

Update pkgs/development/tools/build-managers/bazel/bazel_6/default.nix



Co-authored-by: default avatarUri Baghin <uri@canva.com>
parent 7377bba1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ let
    '';
  };

  # Sript-based interpreters in shebangs aren't guaranteed to work,
  # Script-based interpreters in shebangs aren't guaranteed to work,
  # especially on MacOS. So let's produce a binary
  bashWithDefaultShellUtils = stdenv.mkDerivation {
    name = "bash";