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

Co-authored-by: Uri Baghin <uri@canva.com>
This commit is contained in:
Dmitry Ivankov 2023-11-20 02:13:23 +01:00 committed by GitHub
parent 7377bba1c7
commit dd85449211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";