Files
nix-bitcoin/pkgs/pinned.nix
T
Jonas Nick 14d0b33d20 update nixpkgs
bitcoind-knots: 28.1.knots20250305 -> 29.1.knots20250903
charge-lnd: 0.3.0 -> 0.3.1
clightning: 25.05 -> 25.09
2025-10-07 09:19:22 +00:00

26 lines
383 B
Nix

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