Merge fort-nix/nix-bitcoin#744: update nixpkgs
2f986c80e5update nixpkgs (Jonas Nick)76ea066809trustedcoin: 0.8.2 -> 2024-11-15 (Erik Arvstedt) Pull request description: ACKs for top commit: erikarvstedt: ACK2f986c80e5Tree-SHA512: 2824fc5f2c0f5586d1912c237a0b129387a913283d70840c6c4020e168bf924814b335796e863a64b97f6d60aced0e65fd10561fb3c1d4a33542dc235df46d25
This commit is contained in:
commit
c0994bfc7b
6 changed files with 33 additions and 24 deletions
|
|
@ -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) ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue