mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/cgit: mention filters in configText example
This commit is contained in:
parent
4965343da0
commit
7cc0c50e39
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ in
|
||||||
example = ''
|
example = ''
|
||||||
cache-size=1000
|
cache-size=1000
|
||||||
scan-path=/srv/git
|
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;
|
type = types.lines;
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue