nixos/cgit: fix config example

The order of the keys matters: scan-path must be the last key for other settings
to be taken into account.
This commit is contained in:
pacien 2019-06-25 02:01:16 +02:00 committed by Bjørn Forsman
parent 525f0b0436
commit b05870d223

View file

@ -42,10 +42,10 @@ in
configText = mkOption {
default = "";
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
cache-size=1000
scan-path=/srv/git
'';
type = types.lines;
description = ''