clan-infra/pkgs/gitea/default.nix

8 lines
112 B
Nix
Raw Normal View History

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