aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/services/web/cgit
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/services/web/cgit')
-rw-r--r--modules/nixos/services/web/cgit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/services/web/cgit/default.nix b/modules/nixos/services/web/cgit/default.nix
index 6a4146a..ddef7c8 100644
--- a/modules/nixos/services/web/cgit/default.nix
+++ b/modules/nixos/services/web/cgit/default.nix
@@ -60,6 +60,8 @@ in {
you are welcome to clone them over http(s) from here, though, if you wish.
''}";
+ section-from-path = 1;
+
source-filter = "${package}/lib/cgit/filters/syntax-highlighting.py";
about-filter = "${package}/lib/cgit/filters/about-formatting.sh";
readme = ":README.md";