clightning-plugins: remove commando pkg and module
clightning 0.12.0 ships with a reimplementation of the commando plugin that is incompatible with the commando module that existed in nix-bitcoin.
This commit is contained in:
@@ -13,10 +13,6 @@ let
|
||||
version = builtins.substring 0 7 src.rev;
|
||||
|
||||
plugins = with nbPython3Packages; {
|
||||
commando = {
|
||||
description = "Enable RPC over lightning";
|
||||
extraPkgs = [ nbPython3Packages.runes ];
|
||||
};
|
||||
currencyrate = {
|
||||
description = "Currency rate fetcher and converter";
|
||||
extraPkgs = [ requests cachetools ];
|
||||
|
||||
Reference in New Issue
Block a user