clnrest: init at 0.2.0
This commit is contained in:
parent
6e3c5db5f5
commit
ac86e67c85
2 changed files with 44 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
let self = {
|
||||
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
|
||||
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
|
||||
clnrest = pkgs.callPackage ./clnrest { inherit (self.pinned) clightning; };
|
||||
joinmarket = pkgs.callPackage ./joinmarket { inherit (self) nbPython3PackagesJoinmarket; };
|
||||
lndinit = pkgs.callPackage ./lndinit { };
|
||||
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue