nix-bitcoin/pkgs/pinned.nix

24 lines
355 B
Nix

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