update nixpkgs
bitcoin: 27.1 -> 28.0 bitcoind: 27.1 -> 28.0 clboss: 0.13.3 -> 0.14.0
This commit is contained in:
parent
76ea066809
commit
2f986c80e5
4 changed files with 23 additions and 17 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