fixup! bazel_7: backport bazel_6 bash fixes for remote execution

-5
-5
pkgs/development/tools/build-managers/bazel/bazel_7/default.nix
··· 244 244 strictActionEnvPatch = defaultShellPath; 245 245 }) 246 246 247 - (substituteAll { 248 - src = ./actions_path.patch; 249 - actionsPathPatch = defaultShellPath; 250 - }) 251 - 252 247 # bazel reads its system bazelrc in /etc 253 248 # override this path to a builtin one 254 249 (substituteAll {