reencrypt setcrets for web01 machine #79

Merged
Mic92 merged 3 commits from Mic92-flake-parts-refactoring into main 2023-08-10 09:41:56 +00:00
Showing only changes of commit dedb44dc44 - Show all commits

View File

@ -1,16 +1,7 @@
{ gitea, fetchurl }:
{ gitea }:
gitea.overrideAttrs (old: rec {
name = "gitea-${version}";
# we currently use a release candiate to generate runner tokes on startup
version = "1.20.0-rc2";
patches = old.patches ++ [
./0001-add-bot-check.patch
];
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
hash = "sha256-AYlTbbYtd+N8W7buEd1+6J49mGE6X6a+1eYAcwEore4=";
};
})