lightning-loop: add pkg

This commit is contained in:
nixbitcoin
2020-07-28 15:55:48 +00:00
parent 272b8568e7
commit 1bb801ad7b
5 changed files with 55 additions and 1 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ in
bitcoind
clightning
lnd;
inherit (nixBitcoinPkgsUnstable) electrs;
inherit (nixBitcoinPkgsUnstable)
electrs
lightning-loop;
stable = nixBitcoinPkgsStable;
unstable = nixBitcoinPkgsUnstable;