Revert "pkgs: add lnd 0.15.2"

This reverts commit cf836b5d3b.
This commit is contained in:
Erik Arvstedt 2022-10-24 11:49:32 +02:00
parent 3549725b51
commit 13a835e88f
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 1 additions and 45 deletions

View file

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