pool: add pkg, module & tests

This commit is contained in:
kon 2021-03-01 10:59:23 +01:00
parent f214a703a5
commit eb21012745
12 changed files with 215 additions and 1 deletions

View file

@ -10,6 +10,7 @@ let self = {
nixops19_09 = pkgs.callPackage ./nixops { };
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 { };