clightning.plugins.clnrest: init

This commit is contained in:
Erik Arvstedt
2024-11-27 18:48:24 +01:00
parent c0994bfc7b
commit e74ddd9464
9 changed files with 151 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ rec {
pyln-proto = clightningPkg ./pyln-proto;
pyln-bolt7 = clightningPkg ./pyln-bolt7;
pylightning = clightningPkg ./pylightning;
clnrest = clightningPkg ./clnrest;
# Packages only used by joinmarket
bencoderpyx = callPackage ./bencoderpyx {};