nitter: compile markdown

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

This step was added upstream in
8c2e0c66e271673a9dfe0bad22b523e4d2799049.
main
Ian Kerins 2 years ago committed by ehmry
parent e06f66e73c
commit 0f42a04eb0
  1. 1
      pkgs/servers/nitter/default.nix

@ -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 = ''

Loading…
Cancel
Save