btc-rpc-explorer: mark broken

https://hydra.nixos.org/build/264232177/nixlog/1
This commit is contained in:
superherointj 2024-06-29 14:23:50 -03:00
parent efa07e612f
commit a65b4ff381

View File

@ -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
};
}