Merge pull request #277400 from trofi/bitcoind-knots.tests-fix-eval

bitcoind-knots: remove non-working `tests` attribute
This commit is contained in:
Nick Cao
2023-12-29 10:52:52 -05:00
committed by GitHub
@@ -68,10 +68,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
smoke-test = nixosTests.bitcoind-knots;
};
meta = with lib; {
description = "A derivative of Bitcoin Core with a collection of improvements";
homepage = "https://bitcoinknots.org/";