pkgs: add lnd 0.15.2
Includes an emergency hotfix: https://github.com/lightningnetwork/lnd/releases/tag/v0.15.2-beta
This commit is contained in:
parent
34f6eb90d7
commit
cf836b5d3b
3 changed files with 46 additions and 2 deletions
|
|
@ -37,5 +37,10 @@ let self = {
|
|||
|
||||
pinned = import ./pinned.nix pkgs pkgsUnstable;
|
||||
|
||||
# TODO-EXTERNAL:
|
||||
# Remove this when https://github.com/NixOS/nixpkgs/pull/195337 is available in the
|
||||
# nixpkgs-unstable channel
|
||||
lnd = pkgsUnstable.callPackage ./lnd-0.15.2.nix {};
|
||||
|
||||
modulesPkgs = self // self.pinned;
|
||||
}; in self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue