mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 02:44:05 +01:00
It's 'fetchFromGitea', with the domain already set. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2 lines
107 B
Nix
2 lines
107 B
Nix
{ lib, fetchFromGitea }:
|
|
lib.makeOverridable (args: fetchFromGitea ({ domain = "codeberg.org"; } // args))
|