nix-bitcoin/pkgs/pinned.nix

25 lines
367 B
Nix
Raw Normal View History

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