marksman: allow local networking in darwin sandbox

This is required for the tests to pass.
This commit is contained in:
David McFarland 2024-07-11 23:17:11 -03:00
parent 86db49c704
commit 52f30bac31

View File

@ -20,6 +20,8 @@ buildDotnetModule rec {
projectFile = "Marksman/Marksman.fsproj";
dotnetBuildFlags = [ "-p:VersionString=${version}" ];
__darwinAllowLocalNetworking = true;
doCheck = true;
testProjectFile = "Tests/Tests.fsproj";