clan-infra/pkgs/gitea/default.nix

8 lines
108 B
Nix
Raw Permalink 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: {
2023-07-13 09:05:07 +00:00
patches = old.patches ++ [
./0001-add-bot-check.patch
];
})