nix-bitcoin/pkgs/pinned.nix
2023-07-19 17:22:01 +02:00

22 lines
334 B
Nix

# This file is generated by ../helper/update-flake.nix
pkgs: pkgsUnstable:
{
inherit (pkgs)
charge-lnd
electrs
elementsd
extra-container
fulcrum
hwi
lndconnect;
inherit (pkgsUnstable)
btcpayserver
clightning
lightning-loop
lightning-pool
nbxplorer;
inherit pkgs pkgsUnstable;
}