nix-bitcoin/pkgs/pinned.nix
2025-11-22 15:21:32 +01:00

24 lines
375 B
Nix

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