mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fetchFromCodeberg: init
It's 'fetchFromGitea', with the domain already set. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
2
pkgs/build-support/fetchcodeberg/default.nix
Normal file
2
pkgs/build-support/fetchcodeberg/default.nix
Normal file
@@ -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