Files
nix-bitcoin/pkgs/pinned.nix
T
Erik Arvstedt 81ac8735bd update nixpkgs
bitcoind: 29.0 -> 29.1
btcpayserver: 2.1.6 -> 2.2.1
2025-09-12 09:11:04 +02:00

26 lines
383 B
Nix

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