···211211 src = ../bazel_rc.patch;
212212 bazelSystemBazelRCPath = bazelRC;
213213 })
214214+215215+ # disable suspend detection during a build inside Nix as this is
216216+ # not available inside the darwin sandbox
217217+ ../bazel_darwin_sandbox.patch
214218 ] ++ lib.optional enableNixHacks ../nix-hacks.patch;
215219216220
···246246 src = ../bazel_rc.patch;
247247 bazelSystemBazelRCPath = bazelRC;
248248 })
249249+250250+ # disable suspend detection during a build inside Nix as this is
251251+ # not available inside the darwin sandbox
252252+ ../bazel_darwin_sandbox.patch
249253 ] ++ lib.optional enableNixHacks ../nix-hacks.patch;
250254251255
···208208 src = ../bazel_rc.patch;
209209 bazelSystemBazelRCPath = bazelRC;
210210 })
211211+212212+ # disable suspend detection during a build inside Nix as this is
213213+ # not available inside the darwin sandbox
214214+ ../bazel_darwin_sandbox.patch
211215 ] ++ lib.optional enableNixHacks ../nix-hacks.patch;
212216213217