Unverified Commit b3b4fccf authored by Philip Taron's avatar Philip Taron
Browse files

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

parent a822df31
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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}'