From f7693fdb318c627878d736b146b0192d9e12d2f4 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 12 Feb 2026 00:18:43 -0500 Subject: homelab: migrated to new address --- nixos/modules/homelab/dev/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/homelab/dev') diff --git a/nixos/modules/homelab/dev/git.nix b/nixos/modules/homelab/dev/git.nix index 774e052..92efae4 100644 --- a/nixos/modules/homelab/dev/git.nix +++ b/nixos/modules/homelab/dev/git.nix @@ -36,8 +36,8 @@ in { css = "/cgit.css"; # logo = "/cgit.png"; - 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"; source-filter = lib.getExe pkgs.bat; clone-url = (lib.concatStringsSep " " [ -- cgit v1.2.3