d9fdc49e9a
bitcoin: 23.0 -> 24.0 bitcoind: 23.0 -> 24.0 charge-lnd: 0.2.12 -> 0.2.13
25 lines
367 B
Nix
25 lines
367 B
Nix
# This file is generated by ../helper/update-flake.nix
|
|
pkgs: pkgsUnstable:
|
|
{
|
|
inherit (pkgs)
|
|
lightning-pool
|
|
lnd
|
|
lndconnect;
|
|
|
|
inherit (pkgsUnstable)
|
|
bitcoin
|
|
bitcoind
|
|
btcpayserver
|
|
charge-lnd
|
|
clightning
|
|
electrs
|
|
elementsd
|
|
extra-container
|
|
fulcrum
|
|
hwi
|
|
lightning-loop
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|