Merge #147: remove custom no-upnp bitcoind builds
3a606608fb
remove custom no-upnp bitcoind builds (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK3a606608fb
Tree-SHA512: 4a3c1baadd6a8c6e31c0b7bf492548e4af4de753dc677d61f27f7bc35de53fd7013ae0c041a4b32ed015b9b91ece5664491356251e8792ab804724e9ca71bd81
This commit is contained in:
commit
83e2437399
|
@ -4,9 +4,9 @@ let
|
|||
nixBitcoinPkgsUnstable = import ./. { pkgs = unstable; };
|
||||
in
|
||||
{
|
||||
bitcoin = unstable.bitcoin.override { miniupnpc = null; };
|
||||
bitcoind = unstable.bitcoind.override { miniupnpc = null; };
|
||||
inherit (unstable)
|
||||
bitcoin
|
||||
bitcoind
|
||||
clightning
|
||||
lnd;
|
||||
inherit (nixBitcoinPkgsUnstable) electrs;
|
||||
|
|
Loading…
Reference in New Issue
Block a user