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 | 9609d04718571c9265d9673f87e010432f99f01e (patch) | |
tree | 500828aad65fcc5c92512573155c64444fa8e998 /tv | |
parent | 58e8fbfab3d9ed20b9abaa34fa2afd4c2280bbdb (diff) |
tv cgit: enable syntax highlighting
Diffstat (limited to 'tv')
-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 95ab75b..10bfb50 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; |