tangled
alpha
login
or
join now
isabelroses.com
/
fetch-tangled
21
fork
atom
this repo has no description
21
fork
atom
overview
issues
pulls
1
pipelines
fix: prevent passthru overritting private data
isabelroses.com
4 months ago
96ac9f75
9d3dba36
+2
-2
1 changed file
expand all
collapse all
unified
split
fetcher.nix
+2
-2
fetcher.nix
···
89
89
revWithTag = if tag != null then "refs%2Ftags%2F${tag}" else rev;
90
90
91
91
fetcherArgs =
92
92
-
(
92
92
+
passthruAttrs
93
93
+
// (
93
94
if useFetchGit then
94
95
{
95
96
inherit
···
113
114
};
114
115
}
115
116
)
116
116
-
// passthruAttrs
117
117
// {
118
118
inherit name;
119
119
meta = newMeta;