diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-03-03 16:06:24 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-03-03 16:06:24 -0800 |
| commit | d3ab30e2219f8ee17631827e28992ce98cec6db4 (patch) | |
| tree | 49067ea83ef7f588ab9e0726fc1abc229c6af394 /modules/nixos | |
| parent | 4d14ea204823f9182e3c11759ffd4ff48c801ab1 (diff) | |
cgit: sections
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 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"; |