···211 src = ../bazel_rc.patch;
212 bazelSystemBazelRCPath = bazelRC;
213 })
214+215+ # disable suspend detection during a build inside Nix as this is
216+ # not available inside the darwin sandbox
217+ ../bazel_darwin_sandbox.patch
218 ] ++ lib.optional enableNixHacks ../nix-hacks.patch;
219220
···246 src = ../bazel_rc.patch;
247 bazelSystemBazelRCPath = bazelRC;
248 })
249+250+ # disable suspend detection during a build inside Nix as this is
251+ # not available inside the darwin sandbox
252+ ../bazel_darwin_sandbox.patch
253 ] ++ lib.optional enableNixHacks ../nix-hacks.patch;
254255
···208 src = ../bazel_rc.patch;
209 bazelSystemBazelRCPath = bazelRC;
210 })
211+212+ # disable suspend detection during a build inside Nix as this is
213+ # not available inside the darwin sandbox
214+ ../bazel_darwin_sandbox.patch
215 ] ++ lib.optional enableNixHacks ../nix-hacks.patch;
216217