this repo has no description

feat: take and unshadow passthru

+4 -1
+4 -1
fetcher.nix
··· 31 31 fetchLFS ? false, 32 32 sparseCheckout ? [ ], 33 33 34 + passthru ? { }, 34 35 meta ? { }, 35 36 ... 36 37 }@args: ··· 103 104 leaveDotGit 104 105 ; 105 106 url = baseUrl; 107 + inherit passthru; 106 108 } 107 109 else 108 110 { ··· 111 113 112 114 passthru = { 113 115 gitRepoUrl = baseUrl; 114 - }; 116 + } 117 + // passthru; 115 118 } 116 119 ) 117 120 // {