mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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 = ''
|
||||
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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue