mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-30 03:32:05 +03:00
3afe639215
bitcoind: 25.1 -> 26.0 clightning: 23.08.1 -> 23.11.2 elementsd: 22.1.1 -> 23.2.1 fulcrum: 1.9.7 -> 1.9.8
25 lines
367 B
Nix
25 lines
367 B
Nix
# This file is generated by ../helper/update-flake.nix
|
|
pkgs: pkgsUnstable:
|
|
{
|
|
inherit (pkgs)
|
|
bitcoin
|
|
bitcoind
|
|
btcpayserver
|
|
charge-lnd
|
|
electrs
|
|
extra-container
|
|
hwi
|
|
lightning-loop
|
|
lightning-pool
|
|
lnd
|
|
lndconnect
|
|
nbxplorer;
|
|
|
|
inherit (pkgsUnstable)
|
|
clightning
|
|
elementsd
|
|
fulcrum;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|