about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/bitcoin-knots
AgeCommit message (Collapse)AuthorFilesLines
2023-12-28bitcoind-knots: remove non-working `tests` attributeSergei Trofimovich1-4/+0
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-07bitcoin-knots: 23.0.knots20220529 -> 25.1.knots20231115Pavol Rusnak1-3/+3
2023-01-21treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89011-12/+11
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-10-30bitcoind-knots: 22.0.knots20211108 -> 23.0.knots20220529Pavol Rusnak1-3/+3
2021-11-21bitcoin-knots: 0.20.0.knots20200614 -> 22.0.knots20211108Pavol Rusnak1-27/+69
make bitcoin-knots/default.nix much more similar to bitcoin/default.nix to simplify maintenance
2021-07-28pkgs/applications/blockchains: move packages into subdirsSandro Jäckel1-0/+41