bitcoind: init at 29.1

bitcoind 29.x is required for joinmarket.
nixos-25.05 is at 29.0, which is a regression from 29.1.
nixos-unstable is at 30.0, which is incompatible.

Adapted from nixpkgs `96ff46705a694219cefa5155ba52203d9d32e65e`, with
minor modifications to make it compatible with nixos 25.05.
This commit is contained in:
Erik Arvstedt 2025-10-27 10:28:33 +01:00
parent 38dd352991
commit 944bd8ed9b
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 215 additions and 1 deletions

View file

@ -25,7 +25,7 @@ let self = {
mempool-nginx-conf;
trustedcoin = pkgs.callPackage ./trustedcoin { };
bitcoind_29 = pkgs.bitcoind;
bitcoind_29 = pkgs.callPackage ./bitcoind_29 {};
pyPkgs = import ./python-packages self pkgs.python3;
inherit (self.pyPkgs)