Add gitea overlay

This commit is contained in:
Ivan Malison 2023-11-10 23:31:32 -07:00
parent fac6d4f888
commit b728db8f36

View File

@ -47,4 +47,13 @@ final: prev: {
withNativeCompilation = true; withNativeCompilation = true;
withTreeSitter = true; withTreeSitter = true;
}; };
gitea = prev.gitea.overrideAttrs(_: {
src = prev.fetchFromGitHub {
repo = "gitea";
owner = "colonelpanic8";
rev = "40e15b12bf104f8018f56e5b826d8a2f8e2587ea";
sha256 = "sha256-VXP8Ga681rcKn548rOZq9I19abY0GzXRpdiYGpwyMJ4=";
};
});
} }