clboss: add pkg
This commit is contained in:
parent
7b32a78de2
commit
9423eadcee
2 changed files with 27 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ let self = {
|
|||
lightning-loop = pkgs.callPackage ./lightning-loop { };
|
||||
extra-container = pkgs.callPackage ./extra-container { };
|
||||
clightning-plugins = import ./clightning-plugins pkgs self.nbPython3Packages;
|
||||
clboss = pkgs.callPackage ./clboss { };
|
||||
|
||||
nbPython3Packages = (pkgs.python3.override {
|
||||
packageOverrides = pySelf: super: import ./python-packages self pySelf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue