snouty: enable networking on darwin

(cherry picked from commit b9fb78fae7)
This commit is contained in:
Peder Bergebakken Sundt
2026-06-16 00:15:06 +02:00
committed by Ihar Hrachyshka
parent 19d9f7dd3f
commit 25dd1cab88

View File

@@ -52,6 +52,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "version";
doInstallCheck = true;
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };
meta = {