clan-infra/pkgs/gitea/default.nix

9 lines
178 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
2024-05-28 14:54:20 +00:00
./0001-Add-an-immutable-tarball-link-to-archive-download-he.patch
2023-07-13 09:05:07 +00:00
];
})