Files
nix-bitcoin/pkgs/pinned.nix
T
Erik Arvstedt da2a683393 update nixpkgs
electrs: 0.10.9 -> 0.10.10
2025-08-10 19:06:23 +02:00

26 lines
383 B
Nix

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