doc: do-nothing change to trigger a nixpkgs-manual rebuild

This commit is contained in:
Philip Taron 2025-06-10 16:37:54 -07:00
parent a822df313f
commit b3b4fccfea
No known key found for this signature in database

View File

@ -57,10 +57,8 @@ stdenvNoCC.mkDerivation (
substituteInPlace ./languages-frameworks/python.section.md \
--subst-var-by python-interpreter-table "$(<"${pythonInterpreterTable}")"
cat \
./functions/library.md.in \
${lib-docs}/index.md \
> ./functions/library.md
cat ./functions/library.md.in ${lib-docs}/index.md > ./functions/library.md
substitute ./manual.md.in ./manual.md \
--replace-fail '@MANUAL_VERSION@' '${lib.version}'