Skip to content

Commit

Permalink
update nixpkgs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonasnick committed Jan 15, 2024
1 parent 88c2a1c commit 3afe639
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 54 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions modules/joinmarket.nix
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ in {
services.bitcoind = {
enable = true;
disablewallet = false;
# TODO-EXTERNAL: remove when joinmarket supports descriptor wallets
# (https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1571).
extraConfig = ''
deprecatedrpc=create_bdb
'';
};

# Joinmarket is Tor-only
Expand Down
4 changes: 2 additions & 2 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ pkgs: pkgsUnstable:
bitcoind
btcpayserver
charge-lnd
clightning
electrs
elementsd
extra-container
hwi
lightning-loop
Expand All @@ -18,6 +16,8 @@ pkgs: pkgsUnstable:
nbxplorer;

inherit (pkgsUnstable)
clightning
elementsd
fulcrum;

inherit pkgs pkgsUnstable;
Expand Down
3 changes: 0 additions & 3 deletions pkgs/python-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ rec {
pyln-bolt7 = clightningPkg ./pyln-bolt7;
pylightning = clightningPkg ./pylightning;

# bitstring 3.1.9, required by pyln-proto
bitstring = callPackage ./specific-versions/bitstring.nix {};

# Packages only used by joinmarket
bencoderpyx = callPackage ./bencoderpyx {};
chromalog = callPackage ./chromalog {};
Expand Down
40 changes: 0 additions & 40 deletions pkgs/python-packages/specific-versions/bitstring.nix

This file was deleted.

0 comments on commit 3afe639

Please sign in to comment.