rathole: disable tests, as they loop forever

https://hydra.nixos.org/build/210755422
This commit is contained in:
Vladimír Čunát
2023-02-28 11:25:14 +01:00
parent 52fcee1ab3
commit 42748f7eea
@@ -32,6 +32,8 @@ rustPlatform.buildRustPackage rec {
__darwinAllowLocalNetworking = true;
doCheck = false; # https://github.com/rapiz1/rathole/issues/222
meta = with lib; {
description = "Reverse proxy for NAT traversal";
homepage = "https://github.com/rapiz1/rathole";