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-16 10:12:49 -05:00
committed by ehmry
parent e06f66e73c
commit 0f42a04eb0
+1
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 = ''