Files
nix-bitcoin/pkgs/pinned.nix
T
Erik Arvstedt 3872f893dc update nixpkgs
electrs: 0.10.8 -> 0.10.9
lnd: 0.18.4-beta -> 0.18.5-beta
nbxplorer: 2.5.16 -> 2.5.17
2025-02-14 15:51:16 +01:00

26 lines
378 B
Nix

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