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:24:55 +01:00
parent 52fcee1ab3
commit 42748f7eea
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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";