fetchFromCodeberg: init
It's 'fetchFromGitea', with the domain already set. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{ lib, fetchFromGitea }:
|
||||
lib.makeOverridable (args: fetchFromGitea ({ domain = "codeberg.org"; } // args))
|
||||
@@ -645,6 +645,8 @@ with pkgs;
|
||||
|
||||
fetchFromGitea = callPackage ../build-support/fetchgitea { };
|
||||
|
||||
fetchFromCodeberg = callPackage ../build-support/fetchcodeberg { };
|
||||
|
||||
fetchFromGitHub = callPackage ../build-support/fetchgithub { };
|
||||
|
||||
fetchFromBitbucket = callPackage ../build-support/fetchbitbucket { };
|
||||
|
||||
Reference in New Issue
Block a user