docs: docs-integrity enable UTF-8 support

This commit is contained in:
a-kenji
2025-10-07 13:13:55 +02:00
parent 668067080d
commit dac8a40b9f

View File

@@ -121,6 +121,7 @@
pkgs.runCommand "docs-integrity" pkgs.runCommand "docs-integrity"
{ {
nativeBuildInputs = [ pkgs.html-proofer ]; nativeBuildInputs = [ pkgs.html-proofer ];
LANG = "C.UTF-8";
} }
'' ''
# External links should be avoided in the docs, because they often break # External links should be avoided in the docs, because they often break