nix-bitcoin/pkgs/pinned.nix
Jonas Nick 2f986c80e5
update nixpkgs
bitcoin: 27.1 -> 28.0
bitcoind: 27.1 -> 28.0
clboss: 0.13.3 -> 0.14.0
2024-11-15 19:37:56 +01:00

25 lines
378 B
Nix

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