chore: fix some minor formattng issues and linter warnings
This commit is contained in:
parent
92d7a96e2f
commit
09cb1886dc
13 changed files with 497 additions and 489 deletions
|
|
@ -85,7 +85,7 @@ stdenvNoCC.mkDerivation {
|
|||
--file "${file}" > "src/${mdPath}"
|
||||
'';
|
||||
summaryLine = "${indent}- [${title}](${mdPath})";
|
||||
sortKey = builtins.toString order + mdPath;
|
||||
sortKey = toString order + mdPath;
|
||||
}
|
||||
) nixFiles
|
||||
);
|
||||
|
|
@ -113,7 +113,7 @@ stdenvNoCC.mkDerivation {
|
|||
${nixdocScripts}
|
||||
|
||||
cat > src/SUMMARY.md <<EOF
|
||||
${summaryContent}
|
||||
${summaryContent}
|
||||
EOF
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue