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

btc-rpc-explorer: mark broken
This commit is contained in:
❄️ 2024-07-08 10:36:59 -03:00 committed by GitHub
commit 97724c8a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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