chore: fix some minor formattng issues and linter warnings

This commit is contained in:
Sk7Str1p3 2026-05-13 18:24:38 +03:00
parent 92d7a96e2f
commit 09cb1886dc
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
13 changed files with 497 additions and 489 deletions

View file

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

View file

@ -1,3 +1,3 @@
# 404((
This URL is invalid, sorry.
This URL is invalid, sorry.

View file

@ -6,4 +6,4 @@ To handle this, __currently__ i use strange approach: I manually encrypt files w
[git-agecrypt](https://github.com/vlaci/git-agecrypt) wasn't suitable for me.
In future, i will replace it with my own implementation of transparent git encryption based on sops.
Also, this used only for secrets which may be safely left in world-readable store. For more sensitive secrets I use `sops-nix`, which decrypts secrets only at runtime.
Also, this used only for secrets which may be safely left in world-readable store. For more sensitive secrets I use `sops-nix`, which decrypts secrets only at runtime.

File diff suppressed because it is too large Load diff