pkgs/forgejo: empty /explore/users
This commit is contained in:
parent
7f29885597
commit
96aa1a4cf2
|
@ -1,6 +1,10 @@
|
|||
{ forgejo }:
|
||||
|
||||
forgejo.overrideAttrs (prev: {
|
||||
postPatch = prev.postPatch + ''
|
||||
echo "" > templates/explore/user_list.tmpl
|
||||
'';
|
||||
|
||||
patches = [
|
||||
# Branch divergence calculations for a single branch may take 100-200ms on something as big
|
||||
# as nixpkgs. The branch view defaults to 20 branches for each page, taking roughtly 3s to
|
||||
|
|
Loading…
Reference in a new issue