update to NixOS 21.11

This commit is contained in:
nixbitcoin 2021-12-08 12:12:32 +00:00
parent 729888c62a
commit 16f5aa0561
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 15 additions and 15 deletions

View file

@ -2,12 +2,8 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
lndconnect;
inherit (pkgsUnstable)
bitcoin
bitcoind
btcpayserver
charge-lnd
clightning
electrs
@ -16,6 +12,10 @@ pkgs: pkgsUnstable:
hwi
lightning-loop
lightning-pool
lndconnect;
inherit (pkgsUnstable)
btcpayserver
lnd
nbxplorer;