Skip to content

Commit 81350a0

Browse files
committed
Merge #570: Update nixpkgs
a333989 update nixpkgs (Jonas Nick) 313e374 Revert "pkgs: add lnd 0.15.4 (hotfix)" (Jonas Nick) Pull request description: ACKs for top commit: erikarvstedt: ACK a333989 Tree-SHA512: cf9a0c42002f00eadcb6e97211358210c6ab214f467b25af23c70477c40134b3d9a26c7ff00ec15d5a06f2a4bfe9832b11e6ae0faa136249c1180f5ae2e59734
2 parents 4a533d9 + a333989 commit 81350a0

File tree

5 files changed

+44
-69
lines changed

5 files changed

+44
-69
lines changed

flake.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,5 @@ let self = {
3737

3838
pinned = import ./pinned.nix pkgs pkgsUnstable;
3939

40-
# TODO-EXTERNAL:
41-
# Remove this when lnd 0.15.4 is available in the nixpkgs-unstable channel
42-
lnd = pkgsUnstable.callPackage ./lnd-0.15.4.nix {};
43-
4440
modulesPkgs = self // self.pinned;
4541
}; in self

pkgs/lnd-0.15.4.nix

Lines changed: 0 additions & 40 deletions
This file was deleted.

pkgs/pinned.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pkgs: pkgsUnstable:
44
inherit (pkgs)
55
bitcoin
66
bitcoind
7-
extra-container
87
lightning-pool
8+
lnd
99
lndconnect;
1010

1111
inherit (pkgsUnstable)
@@ -14,6 +14,7 @@ pkgs: pkgsUnstable:
1414
clightning
1515
electrs
1616
elementsd
17+
extra-container
1718
fulcrum
1819
hwi
1920
lightning-loop

test/nixos-search/flake.lock

Lines changed: 30 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)