1
0
forked from clan/clan-infra
clan-infra/pkgs/gitea/default.nix

6 lines
102 B
Nix
Raw Normal View History

2023-08-10 08:55:22 +00:00
{ gitea }:
2023-07-13 09:05:07 +00:00
2024-02-08 15:46:18 +00:00
gitea.overrideAttrs (old: {
2024-07-08 13:47:00 +00:00
patches = old.patches ++ [ ./0001-add-bot-check.patch ];
2023-07-13 09:05:07 +00:00
})