update nixpkgs

bitcoind: 25.1 -> 26.0
clightning: 23.08.1 -> 23.11.2
elementsd: 22.1.1 -> 23.2.1
fulcrum: 1.9.7 -> 1.9.8
This commit is contained in:
Jonas Nick 2024-01-01 11:56:56 +00:00
parent 88c2a1ce55
commit 3afe639215
No known key found for this signature in database
GPG key ID: 4861DBF262123605
5 changed files with 16 additions and 54 deletions

View file

@ -282,6 +282,11 @@ in {
services.bitcoind = {
enable = true;
disablewallet = false;
# TODO-EXTERNAL: remove when joinmarket supports descriptor wallets
# (https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1571).
extraConfig = ''
deprecatedrpc=create_bdb
'';
};
# Joinmarket is Tor-only