3549725b51
btcpayserver: 1.6.10 -> 1.6.12 clightning: 0.12.0 -> 0.12.1 fulcrum: 1.8.1 -> 1.8.2 nbxplorer: 2.3.33 -> 2.3.41
24 lines
359 B
Nix
24 lines
359 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
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|