mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
add todo on store docs
This commit is contained in:
parent
3a62651bd6
commit
589fd897fb
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ let
|
||||||
* [`${command} ${name}`](./${appendName filename name}.md) - ${subcmd.description}
|
* [`${command} ${name}`](./${appendName filename name}.md) - ${subcmd.description}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# TODO: move this confusing special case out of here when implementing #8496
|
||||||
maybeDocumentation = optionalString
|
maybeDocumentation = optionalString
|
||||||
(details ? doc)
|
(details ? doc)
|
||||||
(replaceStrings ["@stores@"] [storeDocs] details.doc);
|
(replaceStrings ["@stores@"] [storeDocs] details.doc);
|
||||||
|
|
Loading…
Reference in a new issue