Skip to content

Commit

Permalink
Merge #670: update nixpkgs
Browse files Browse the repository at this point in the history
3afe639 update nixpkgs (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 3afe639

Tree-SHA512: 915ef75d8a7ee19a85ee2ef83c885ff0b641f7b21eb5955f039c47bf983bba6c6cac6a3451414fb7c6013cd6289a16ab07dfc24c91ca8b1d70a126955c55d4de
  • Loading branch information
jonasnick committed Jan 16, 2024
2 parents 88c2a1c + 3afe639 commit b2e4adf
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 b2e4adf

Please sign in to comment.