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
revWithTag = if tag != null then "refs%2Ftags%2F${tag}" else rev;
90
91
fetcherArgs =
92
-
(
0
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
)
0
117
// {
118
inherit name;
119
meta = newMeta;