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
commit eb5aaab74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/";