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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user