diff options
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 " " [ |
