Loading
github-runner: work around darwin testfailures by disabling sandbox
The github-runner tests fail when executed in a sandbox, even with `__darwinAllowLocalNetworking`. While `sandbox = false` is still the default under darwin, `sandbox = relaxed` becomes more popular. For that mode, `__noChroot` serves as a marker to still disable the sandbox for that derivation.