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
commit 25dd1cab88
No known key found for this signature in database

View file

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