3480232f2a
btcpayserver: 1.7.3 -> 1.7.12 elementsd: 22.0.2 -> 22.1 nbxplorer: 2.3.54 -> 2.3.62 Also add new required argument to flake-info in CI test script.
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-loop
|
|
lightning-pool
|
|
lndconnect;
|
|
|
|
inherit (pkgsUnstable)
|
|
btcpayserver
|
|
charge-lnd
|
|
clightning
|
|
electrs
|
|
elementsd
|
|
fulcrum
|
|
hwi
|
|
lnd
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|