lightning-loop & lightning-pool: replace local versions with nixpkgs

This commit is contained in:
nixbitcoin 2021-07-07 13:12:09 +00:00
parent 842ed44292
commit ffbbdab999
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
7 changed files with 3 additions and 107 deletions

View file

@ -8,8 +8,6 @@ let self = {
nixops19_09 = pkgs.callPackage ./nixops { };
krops = import ./krops { };
netns-exec = pkgs.callPackage ./netns-exec { };
lightning-loop = pkgs.callPackage ./lightning-loop { };
lightning-pool = pkgs.callPackage ./lightning-pool { };
extra-container = pkgs.callPackage ./extra-container { };
clightning-plugins = import ./clightning-plugins pkgs self.nbPython3Packages;
clboss = pkgs.callPackage ./clboss { };