Unverified Commit 494e8180 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 2debd4eb 7feb2fd2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ buildGoModule (finalAttrs: {
    "-X=main.date=1970-01-01T00:00:00Z"
  ];

  __darwinAllowLocalNetworking = true;

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";