diff options
author | tv <tv@krebsco.de> | 2020-07-13 11:39:02 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-07-13 11:39:02 +0200 |
commit | 53f52bb1b49894e62447f722faaf864b3a819215 (patch) | |
tree | af30849900e25d9684a22780ea9739f17f5b3554 | |
parent | edc62dfabc8a55b240fe467ade1bbc650f6df6e0 (diff) |
tv cgit: enable syntax highlighting
-rw-r--r-- | tv/2configs/gitrepos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 95ab75b3d..10bfb507d 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -22,6 +22,7 @@ let { ]; root-desc = "mostly krebs"; root-title = "repositories at ${config.krebs.build.host.name}"; + source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; }; }; repos = repos; |