mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
fetchFromCodeberg: init
It's 'fetchFromGitea', with the domain already set. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
5d302ecc40
commit
dcc52f0124
2 changed files with 4 additions and 0 deletions
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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue