nix-bitcoin/pkgs/pinned.nix

25 lines
367 B
Nix
Raw Normal View History

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