about summary refs log tree commit diff
path: root/pkgs/tools/misc/btc-rpc-explorer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/btc-rpc-explorer/default.nix')
-rw-r--r--pkgs/tools/misc/btc-rpc-explorer/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/btc-rpc-explorer/default.nix b/pkgs/tools/misc/btc-rpc-explorer/default.nix
index 9e548d5f3dfdb..babfe9400532f 100644
--- a/pkgs/tools/misc/btc-rpc-explorer/default.nix
+++ b/pkgs/tools/misc/btc-rpc-explorer/default.nix
@@ -43,5 +43,7 @@ buildNpmPackage rec {
     license = lib.licenses.mit;
     mainProgram = "btc-rpc-explorer";
     maintainers = with lib.maintainers; [ d-xo ];
+    broken = true; # At 2024-06-29
+                   # https://hydra.nixos.org/build/264232177/nixlog/1
   };
 }