nixpkgs/pkgs/applications/blockchains/bitcoin-knots
Sergei Trofimovich 69e0e70d59 bitcoind-knots: remove non-working tests attribute
Without the change `bitcoind-knots.tests` fails to evaluate:

    $ nix build --no-link -f. bitcoind-knots.tests
    error: attribute 'bitcoind-knots' missing

           71|   passthru.tests = {
           72|     smoke-test = nixosTests.bitcoind-knots;
             |                  ^
           73|   };

From what I can see `nixos/tests/all-tests.nix` never had a
`bitcoind-knots` present.
2023-12-28 20:22:52 +00:00
..
default.nix bitcoind-knots: remove non-working tests attribute 2023-12-28 20:22:52 +00:00