nitter: compile markdown

This currently compiles about.html, served at /about.

This step was added upstream in
8c2e0c66e271673a9dfe0bad22b523e4d2799049.
This commit is contained in:
Ian Kerins 2022-05-15 16:41:01 -04:00 committed by ehmry
parent e06f66e73c
commit 0f42a04eb0

View file

@ -29,6 +29,7 @@ nimPackages.buildNimPackage rec {
postBuild = ''
nim c --hint[Processing]:off -r tools/gencss
nim c --hint[Processing]:off -r tools/rendermd
'';
postInstall = ''