diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-03-03 15:34:04 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-03-03 15:34:04 -0800 |
| commit | cb76c9b1411ccb5b89fd264f28927d014b315ebf (patch) | |
| tree | 12a951115a6f99c5ef0a1d03b75fe990fddfc268 /modules/nixos | |
| parent | a9e779022893241e9c6279bfe9b8df057d199c05 (diff) | |
cgit: about and source filters
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/services/web/cgit/default.nix | 2 |
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 2f5dd34..6a4146a 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. ''}"; + source-filter = "${package}/lib/cgit/filters/syntax-highlighting.py"; + about-filter = "${package}/lib/cgit/filters/about-formatting.sh"; readme = ":README.md"; }; |