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:
@@ -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) ];
|
||||
|
||||
Reference in New Issue
Block a user