[Backport release-26.05] snouty: fix darwin build in sandbox (#538308)

This commit is contained in:
Oleksii Filonenko
2026-07-05 15:51:55 +00:00
committed by GitHub

View File

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