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-07-08 16:33:00 +03:00
btcpayserver
2023-12-03 01:26:48 +03:00
charge-lnd
2023-07-08 16:33:00 +03:00
clightning
electrs
2023-12-03 01:26:48 +03:00
elementsd
extra-container
hwi
lightning-loop
lightning-pool
lnd
2023-12-03 01:26:48 +03:00
lndconnect
nbxplorer;
2023-12-03 01:26:48 +03:00
inherit (pkgsUnstable)
fulcrum;
inherit pkgs pkgsUnstable;
}