Changes
2 changed files (+4/-4)
-
-
@@ -186,7 +186,7 @@# touch -m --date=@$(git log -1 --format=%ct) $(git show-ref | awk '{print $2}') # https://ch1p.io/cgit-idle-time/ repository-sort = "age"; # Prevents cgit from scanning the repos on disk every time # The cache reduces load and most importantly, prevents cgit from scanning the repos on disk every time # To clear cache, restart fcgiwrap-caddy.service cache-size = 64; # No spam plz
-
-
-
@@ -3,14 +3,14 @@ final: prev: {# Actively maintained branch by Christian Hesse src = prev.fetchurl { url = "https://git.zx2c4.com/cgit/snapshot/cgit-ch/for-jason.tar.xz"; hash = "sha256-+3vmpWpreBpE2lBp0ZSKIG3jY7EW/1O99mf77O6RJAU="; hash = "sha256-lTuv/UWEQQBkSZcLxrtynN4ntvN0wcEklXWcN39FtzQ="; }; # Need to set this since the branch name has a / sourceRoot = "cgit-ch/for-jason"; # Set this Git version to match latest commit in https://git.zx2c4.com/cgit/log/?h=ch/for-jason gitSrc = prev.fetchurl { url = "mirror://kernel/software/scm/git/git-2.51.0.tar.xz"; hash = "sha256-YKfCJRzC5YjVzYe65WcmBhfG3gwi3KnNv8TH0riZC2I="; url = "mirror://kernel/software/scm/git/git-2.51.1.tar.xz"; hash = "sha256-qD/Z/67X7uZ57ZLOsG91tGFev2bTrE+9v7yVZ9xTP0o="; }; patches = [ # Make default pages configurable
-