nix-bitcoin/pkgs/pinned.nix

25 lines
367 B
Nix
Raw Permalink Normal View History

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