nix-bitcoin/pkgs/pinned.nix
2022-10-10 13:27:49 +02:00

24 lines
359 B
Nix

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