744d8fe379
fulcrum: 1.9.0 -> 1.9.1 lightning-loop: 0.20.0-beta -> 0.23.0-beta lnd: 0.15.5-beta -> 0.16.2-beta
25 lines
367 B
Nix
25 lines
367 B
Nix
# This file is generated by ../helper/update-flake.nix
|
|
pkgs: pkgsUnstable:
|
|
{
|
|
inherit (pkgs)
|
|
bitcoin
|
|
bitcoind
|
|
extra-container
|
|
lightning-pool
|
|
lndconnect;
|
|
|
|
inherit (pkgsUnstable)
|
|
btcpayserver
|
|
charge-lnd
|
|
clightning
|
|
electrs
|
|
elementsd
|
|
fulcrum
|
|
hwi
|
|
lightning-loop
|
|
lnd
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|