modules packages: build electrs, lightning-loop with nixpkgs stable

Building with nixBitcoinPkgsUnstable was only a temporary measure to
fix build errors on stable.
This commit is contained in:
Erik Arvstedt 2021-01-30 10:47:02 +01:00
parent 44546561fc
commit 05e5ec99ec
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ in
lnd
nbxplorer
btcpayserver;
inherit (nixBitcoinPkgsUnstable)
electrs
lightning-loop;
stable = nixBitcoinPkgsStable;
unstable = nixBitcoinPkgsUnstable;