fetchFromSourcehut: allow passthru args (#441478)

This commit is contained in:
Philip Taron
2025-09-10 07:13:46 +02:00
committed by GitHub
@@ -82,7 +82,7 @@ makeOverridable (
postFetch = optionalString (vc == "hg") ''
rm -f "$out/.hg_archival.txt"
''; # impure file; see #12002
passthru = {
passthru = (args.passthru or { }) // {
gitRepoUrl = urlFor "git";
};
};