nix-bitcoin/pkgs/pinned.nix

25 lines
367 B
Nix

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