nix-bitcoin/pkgs/pinned.nix

24 lines
355 B
Nix
Raw Normal View History

# This file is generated by ../helper/update-flake.nix
pkgs: pkgsUnstable:
{
inherit (pkgs)
bitcoin
bitcoind
2021-06-01 18:11:26 -07:00
charge-lnd
clightning
electrs
elementsd
extra-container
hwi
lightning-loop
lightning-pool
2021-12-08 04:12:32 -08:00
lndconnect;
inherit (pkgsUnstable)
btcpayserver
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}