Commit 33de201e authored by Harinn's avatar Harinn
Browse files

corepack: enable __darwinAllowLocalNetworking for installCheck

parent a51139f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    NOCK_ENV=replay yarn test --reporter tap --exclude tests/config.test.ts --exclude tests/Use.test.ts
  '';
  doInstallCheck = true;
  # vitest needs to bind to `localhost` during installCheck; allow that in the Darwin sandbox.
  __darwinAllowLocalNetworking = true;

  passthru.updateScript = nix-update-script { };