obsolete-options: simplify removal of clightning plugin commando
This commit is contained in:
committed by
Jonas Nick
parent
9b575e4f3f
commit
af87d5958a
@@ -82,20 +82,15 @@ in {
|
|||||||
"electrs"
|
"electrs"
|
||||||
]) ++
|
]) ++
|
||||||
# 0.0.77
|
# 0.0.77
|
||||||
(
|
[
|
||||||
let
|
(mkRemovedOptionModule [ "services" "clightning" "plugins" "commando" ] ''
|
||||||
optionName = [ "services" "clightning" "plugins" "commando" ];
|
clightning 0.12.0 ships with a reimplementation of the commando plugin
|
||||||
in [
|
that is incompatible with the commando module that existed in
|
||||||
(mkRemovedOptionModule (optionName ++ [ "enable" ]) ''
|
nix-bitcoin. The new built-in commando plugin is always enabled. For
|
||||||
clightning 0.12.0 ships with a reimplementation of the commando plugin
|
information on how to use it, run `lightning-cli help commando` and
|
||||||
that is incompatible with the commando module that existed in
|
`lightning-cli help commando-rune`.
|
||||||
nix-bitcoin. The new built-in commando plugin is always enabled. For
|
'')
|
||||||
information on how to use it, run `lightning-cli help commando` and
|
] ++
|
||||||
`lightning-cli help commando-rune`.
|
|
||||||
'')
|
|
||||||
(mkRemovedOptionModule (optionName ++ [ "readers" ]) "")
|
|
||||||
(mkRemovedOptionModule (optionName ++ [ "writers" ]) "")
|
|
||||||
]) ++
|
|
||||||
# 0.0.92
|
# 0.0.92
|
||||||
[
|
[
|
||||||
(mkRemovedOptionModule [ "services" "spark-wallet" ] ''
|
(mkRemovedOptionModule [ "services" "spark-wallet" ] ''
|
||||||
|
|||||||
Reference in New Issue
Block a user