fetchFromForgejo: init

Simple alias, as Gitea's fetcher is compatible with Forgejo.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2026-01-31 21:08:16 +11:00
parent dcc52f0124
commit adf7a4850b
+2
View File
@@ -645,6 +645,8 @@ with pkgs;
fetchFromGitea = callPackage ../build-support/fetchgitea { };
fetchFromForgejo = fetchFromGitea;
fetchFromCodeberg = callPackage ../build-support/fetchcodeberg { };
fetchFromGitHub = callPackage ../build-support/fetchgithub { };