fetchFromSourcehut: allow passthru args (#441478)
Philip Taron 3 months ago 9391bbba c9535d89
··· 82 82 postFetch = optionalString (vc == "hg") '' 83 83 rm -f "$out/.hg_archival.txt" 84 84 ''; # impure file; see #12002 85 85 - passthru = { 85 85 + passthru = (args.passthru or { }) // { 86 86 gitRepoUrl = urlFor "git"; 87 87 }; 88 88 };