diff options
| author | Kleidi Bujari <mail@4kb.net> | 2026-09-05 13:32:08 -0700 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2026-09-05 13:32:08 -0700 |
| commit | 4bb587f713ddf8d8c6b9e6325e2346d81d67c0fb (patch) | |
| tree | 39870f9f09a61885d63c0a647f7ea42421c5966d /modules | |
| parent | 531afa134dd204b61cb506a425959dcf68949c9d (diff) | |
| download | depot-4bb587f713ddf8d8c6b9e6325e2346d81d67c0fb.tar.gz depot-4bb587f713ddf8d8c6b9e6325e2346d81d67c0fb.tar.bz2 depot-4bb587f713ddf8d8c6b9e6325e2346d81d67c0fb.zip | |
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/xnet/gitserver/gitweb.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xnet/gitserver/gitweb.nix b/modules/xnet/gitserver/gitweb.nix index a9ed7d9..b52b8fc 100644 --- a/modules/xnet/gitserver/gitweb.nix +++ b/modules/xnet/gitserver/gitweb.nix @@ -46,8 +46,8 @@ in readme=:README.txt ''; settings = { - # about-filter = "${pkgs.cgit-pink}/lib/cgit/filters/about-formatting.sh"; - # source-filter = "${pkgs.cgit-pink}/lib/cgit/filters/syntax-highlighting.py"; + about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; + source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; clone-url = "https://${cfg.hostName}/$CGIT_REPO_URL git@${cfg.hostName}:$CGIT_REPO_URL"; enable-commit-graph = true; enable-http-clone = false; |
