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