fixup! bazel_7: backport bazel_6 bash fixes for remote execution

This commit is contained in:
Guillaume Maudoux 2023-12-18 20:09:07 +01:00
parent 1795976a32
commit eaa9b99502

View File

@ -244,11 +244,6 @@ stdenv.mkDerivation rec {
strictActionEnvPatch = defaultShellPath;
})
(substituteAll {
src = ./actions_path.patch;
actionsPathPatch = defaultShellPath;
})
# bazel reads its system bazelrc in /etc
# override this path to a builtin one
(substituteAll {