github-mcp-server: fix darwin sandbox build (#401829)

This commit is contained in:
Pol Dellaiera
2025-04-26 15:01:05 +00:00
committed by GitHub
@@ -26,6 +26,8 @@ buildGoModule (finalAttrs: {
"-X=main.date=1970-01-01T00:00:00Z"
];
__darwinAllowLocalNetworking = true;
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";