lightning-loop: add pkg

This commit is contained in:
nixbitcoin 2020-07-07 10:30:08 +00:00
parent 272b8568e7
commit 1bb801ad7b
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
5 changed files with 55 additions and 1 deletions

View file

@ -11,7 +11,9 @@ in
bitcoind
clightning
lnd;
inherit (nixBitcoinPkgsUnstable) electrs;
inherit (nixBitcoinPkgsUnstable)
electrs
lightning-loop;
stable = nixBitcoinPkgsStable;
unstable = nixBitcoinPkgsUnstable;