aboutsummaryrefslogtreecommitdiff
path: root/profiles/git-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/git-server.nix')
-rw-r--r--profiles/git-server.nix4
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;