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:
Jonas Nick
2022-09-03 21:15:50 +00:00
parent 33144262ec
commit 623c238b16
6 changed files with 18 additions and 49 deletions

View File

@@ -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 ];