clightning-plugins: add commando

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-02-20 19:44:14 -08:00 committed by Erik Arvstedt
parent 80312ba9d7
commit 380ec3bb78
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ let
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
};
rebalance = { description = "Keeps your channels balanced"; };
commando = {
description = "Enable RPC over lightning";
extraPkgs = [ nbPython3Packages.runes ];
};
summary = {
description = "Prints a summary of the node status";
extraPkgs = [ packaging requests ];