rathole: disable tests, as they loop forever
https://hydra.nixos.org/build/210755422
This commit is contained in:
parent
52fcee1ab3
commit
42748f7eea
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
|
doCheck = false; # https://github.com/rapiz1/rathole/issues/222
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Reverse proxy for NAT traversal";
|
description = "Reverse proxy for NAT traversal";
|
||||||
homepage = "https://github.com/rapiz1/rathole";
|
homepage = "https://github.com/rapiz1/rathole";
|
||||||
|
|
Loading…
Reference in a new issue