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)
2021-06-01 18:11:26 -07:00
charge-lnd
extra-container
2021-12-08 04:12:32 -08:00
lndconnect;
inherit (pkgsUnstable)
bitcoin
bitcoind
2021-12-08 04:12:32 -08:00
btcpayserver
clightning
electrs
elementsd
hwi
lightning-loop
lightning-pool
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}