File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 8282 "electrs"
8383 ] ) ++
8484 # 0.0.77
85- (
86- let
87- optionName = [ "services" "clightning" "plugins" "commando" ] ;
88- in [
89- ( mkRemovedOptionModule ( optionName ++ [ "enable" ] ) ''
90- clightning 0.12.0 ships with a reimplementation of the commando plugin
91- that is incompatible with the commando module that existed in
92- nix-bitcoin. The new built-in commando plugin is always enabled. For
93- information on how to use it, run `lightning-cli help commando` and
94- `lightning-cli help commando-rune`.
95- '' )
96- ( mkRemovedOptionModule ( optionName ++ [ "readers" ] ) "" )
97- ( mkRemovedOptionModule ( optionName ++ [ "writers" ] ) "" )
98- ] ) ++
85+ [
86+ ( mkRemovedOptionModule [ "services" "clightning" "plugins" "commando" ] ''
87+ clightning 0.12.0 ships with a reimplementation of the commando plugin
88+ that is incompatible with the commando module that existed in
89+ nix-bitcoin. The new built-in commando plugin is always enabled. For
90+ information on how to use it, run `lightning-cli help commando` and
91+ `lightning-cli help commando-rune`.
92+ '' )
93+ ] ++
9994 # 0.0.92
10095 [
10196 ( mkRemovedOptionModule [ "services" "spark-wallet" ] ''
You can’t perform that action at this time.
0 commit comments