about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorPaul Tötterman <paul.totterman@iki.fi>2022-05-31 16:29:09 +0300
committerPaul Tötterman <paul.totterman@iki.fi>2022-05-31 16:33:14 +0300
commit05135c973d03f1bbc645ced9da2804a7d99afe76 (patch)
treed47edcbd811c8ef5220788952e440a957a6c135f /pkgs/applications/networking/cloudflared
parentf51cb36f2c98a991b8e4fbe257dc146577075f84 (diff)
cloudflared: isn't broken after all
Flaky tests resulted in broken status. Rebuilt fine.
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index ba8fa08386e4d..4990d008c276a 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -29,7 +29,6 @@ buildGoModule rec {
   doCheck = !stdenv.isDarwin;
 
   meta = with lib; {
-    broken = (stdenv.isLinux && stdenv.isAarch64);
     description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)";
     homepage    = "https://www.cloudflare.com/products/tunnel";
     license     = licenses.asl20;