fetchFromSourcehut: allow passthru args
winston 3 months ago b8055448 66eba50c
··· 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 };