nixos/cgit: mention filters in configText example

This commit is contained in:
pacien
2019-06-11 14:29:19 +02:00
committed by Bjørn Forsman
parent 4965343da0
commit 7cc0c50e39

View File

@@ -44,6 +44,8 @@ in
example = ''
cache-size=1000
scan-path=/srv/git
source-filter=''${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py
about-filter=''${pkgs.cgit}/lib/cgit/filters/about-formatting.sh
'';
type = types.lines;
description = ''