diff options
| author | triethyl <triethylammonium@pm.me> | 2026-02-12 00:18:43 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-02-12 00:18:43 -0500 |
| commit | f7693fdb318c627878d736b146b0192d9e12d2f4 (patch) | |
| tree | c69faf6ed3a0370279c8a9a49895c020c3a03337 /nixos/modules/homelab/dev/git.nix | |
| parent | fae13fb4d636cd48d92804d5e6d82c6ddad9e3be (diff) | |
homelab: migrated to new address
Diffstat (limited to 'nixos/modules/homelab/dev/git.nix')
| -rw-r--r-- | nixos/modules/homelab/dev/git.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 " " [ |
