Commit a65b4ff3 authored by superherointj's avatar superherointj
Browse files

btc-rpc-explorer: mark broken

parent efa07e61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  };
}