pool: add pkg, module & tests
This commit is contained in:
parent
f214a703a5
commit
eb21012745
12 changed files with 215 additions and 1 deletions
|
|
@ -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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue