pkgs: add lnd 0.15.4 (hotfix)

Includes an emergency hotfix:
https://github.com/lightningnetwork/lnd/releases/tag/v0.15.4-beta
This commit is contained in:
Erik Arvstedt 2022-11-01 14:09:09 +01:00
parent 7c16fc5865
commit 57b76d4461
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 44 additions and 1 deletions

View file

@ -37,5 +37,9 @@ let self = {
pinned = import ./pinned.nix pkgs pkgsUnstable;
# TODO-EXTERNAL:
# Remove this when lnd 0.15.4 is available in the nixpkgs-unstable channel
lnd = pkgsUnstable.callPackage ./lnd-0.15.4.nix {};
modulesPkgs = self // self.pinned;
}; in self