Files
nix-bitcoin/pkgs/pinned.nix
T
Jonas Nick e77108e1be update nixpkgs
electrs: 0.10.5 -> 0.10.6
2024-10-08 09:40:34 +00:00

26 lines
378 B
Nix

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