update nixpkgs

bitcoin: 27.1 -> 28.0
bitcoind: 27.1 -> 28.0
clboss: 0.13.3 -> 0.14.0
This commit is contained in:
Jonas Nick 2024-10-29 10:25:35 +00:00 committed by Erik Arvstedt
parent 76ea066809
commit 2f986c80e5
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 23 additions and 17 deletions

View file

@ -211,6 +211,12 @@ in {
zmqpubrawblock = mkDefault "tcp://${bitcoindRpcAddress}:28332";
zmqpubrawtx = mkDefault "tcp://${bitcoindRpcAddress}:28333";
# TODO-EXTERNAL: remove when https://github.com/lightningnetwork/lnd/issues/9163
# has been fixed.
extraConfig = ''
deprecatedrpc=warnings
'';
};
environment.systemPackages = [ cfg.package (hiPrio cfg.cli) ];