Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/_build_backend.py 2+++ b/_build_backend.py 3@@ -87,7 +87,7 @@ 4 5 def _build_fava() -> None: 6 """Run the build steps for Fava.""" 7- _compile_frontend() 8+ # _compile_frontend() 9 _compile_translations() 10 11