github-runner: only disable __noChroot on linux

This commit is contained in:
Gaetan Lepage
2026-04-08 17:26:07 +00:00
parent 2eb962dfaa
commit 2834b1a759
+1 -1
View File
@@ -159,7 +159,7 @@ buildDotnetModule (finalAttrs: {
# tests fail with sandboxing under darwin
__darwinAllowLocalNetworking = true;
__noChroot = true;
__noChroot = stdenv.hostPlatform.isDarwin;
# Fully qualified name of disabled tests
disabledTests = [