this repo has no description

fix: prevent passthru overritting private data

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