this repo has no description

fix: prevent passthru overritting private data

+2 -2
+2 -2
fetcher.nix
··· 89 89 revWithTag = if tag != null then "refs%2Ftags%2F${tag}" else rev; 90 90 91 91 fetcherArgs = 92 - ( 92 + passthruAttrs 93 + // ( 93 94 if useFetchGit then 94 95 { 95 96 inherit ··· 113 114 }; 114 115 } 115 116 ) 116 - // passthruAttrs 117 117 // { 118 118 inherit name; 119 119 meta = newMeta;