fleet: set __darwinAllowLocalNetworking

Fixes build on Darwin with sandbox != false.
This commit is contained in:
Michael Daniels
2026-02-01 16:54:55 -05:00
parent a49d9b9716
commit c67a98a949
+2
View File
@@ -84,6 +84,8 @@ buildGoModule (finalAttrs: {
versionCheckHook
];
__darwinAllowLocalNetworking = true;
passthru = {
inherit frontend;
};