update nixpkgs
bitcoin: 28.0 -> 28.1 bitcoind: 28.0 -> 28.1 clightning: 24.11 -> 24.11.1 electrs: 0.10.7 -> 0.10.8 extra-container: 0.12 -> 0.13 lnd: 0.18.3-beta -> 0.18.4-beta
This commit is contained in:
parent
1113d2cedb
commit
ed163fece1
4 changed files with 20 additions and 26 deletions
|
|
@ -211,12 +211,6 @@ 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