Unverified Commit 97724c8a authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #323425 from superherointj/btc-rpc-explorer-mark-broken

btc-rpc-explorer: mark broken
parents bc85b0c9 a65b4ff3
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
  };
}