diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-23 08:46:50 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-23 08:46:50 -0800 |
| commit | 5c5ed2d5645ffe875f79976b18eea87b2040b91a (patch) | |
| tree | caafbc89b0d019c0886e1bbd34ef36b59ad3d657 /profiles/git-server.nix | |
| parent | simplify the configuration (diff) | |
| download | infra-5c5ed2d5645ffe875f79976b18eea87b2040b91a.tar.gz | |
remove references to cgit-pink
Diffstat (limited to '')
| -rw-r--r-- | profiles/git-server.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/git-server.nix b/profiles/git-server.nix index 327bbbb..498b681 100644 --- a/profiles/git-server.nix +++ b/profiles/git-server.nix @@ -41,8 +41,8 @@ ":README.org" ]; project-list = "/var/lib/gitolite/projects.list"; - 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 = (lib.concatStringsSep " " [ "https://code.fcuny.net/$CGIT_REPO_URL" ]); enable-log-filecount = 1; enable-log-linecount = 1; |
