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
chore: pass meta via fetcher args
isabelroses.com
4 months ago
9d3dba36
c40ec0f0
+1
-1
1 changed file
expand all
collapse all
unified
split
fetcher.nix
+1
-1
fetcher.nix
···
116
// passthruAttrs
117
// {
118
inherit name;
0
119
};
120
in
121
122
fetcher fetcherArgs
123
// {
124
-
meta = newMeta;
125
inherit owner repo tag;
126
rev = revWithTag;
127
}
···
116
// passthruAttrs
117
// {
118
inherit name;
119
+
meta = newMeta;
120
};
121
in
122
123
fetcher fetcherArgs
124
// {
0
125
inherit owner repo tag;
126
rev = revWithTag;
127
}