Revert "pkgs: add lnd 0.15.4 (hotfix)"

This reverts commit 57b76d4461.
This commit is contained in:
Jonas Nick 2022-11-10 10:56:12 +00:00
parent a576fa3afe
commit 313e374774
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 1 additions and 44 deletions

View file

@ -37,9 +37,5 @@ 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