2f986c80e5 update nixpkgs (Jonas Nick)
76ea066809 trustedcoin: 0.8.2 -> 2024-11-15 (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 2f986c80e5

Tree-SHA512: 2824fc5f2c0f5586d1912c237a0b129387a913283d70840c6c4020e168bf924814b335796e863a64b97f6d60aced0e65fd10561fb3c1d4a33542dc235df46d25
This commit is contained in:
Jonas Nick 2024-11-16 14:57:39 +00:00
commit c0994bfc7b
No known key found for this signature in database
GPG key ID: 4861DBF262123605
6 changed files with 33 additions and 24 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) ];