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