nixpkgs/pkgs/build-support/fetchcodeberg/default.nix
Fernando Rodrigues dcc52f0124
fetchFromCodeberg: init
It's 'fetchFromGitea', with the domain already set.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00

2 lines
107 B
Nix

{ lib, fetchFromGitea }:
lib.makeOverridable (args: fetchFromGitea ({ domain = "codeberg.org"; } // args))