Commit Graph

7 Commits

Author SHA1 Message Date
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
Pavol Rusnak
be68d3444c
bitcoin-knots: 23.0.knots20220529 -> 25.1.knots20231115 2023-12-07 16:45:46 +01:00
Shawn8901
3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Pavol Rusnak
3fd2a24468
bitcoind-knots: 22.0.knots20211108 -> 23.0.knots20220529 2022-10-30 11:31:26 +01:00
Pavol Rusnak
ef9bcf24ca
bitcoin-knots: 0.20.0.knots20200614 -> 22.0.knots20211108
make bitcoin-knots/default.nix much more similar to bitcoin/default.nix
to simplify maintenance
2021-11-21 20:00:24 +01:00
Sandro Jäckel
06a2b9fa95
pkgs/applications/blockchains: move packages into subdirs 2021-07-28 13:29:10 +02:00