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
116
// passthruAttrs
117
117
// {
118
118
inherit name;
119
119
+
meta = newMeta;
119
120
};
120
121
in
121
122
122
123
fetcher fetcherArgs
123
124
// {
124
124
-
meta = newMeta;
125
125
inherit owner repo tag;
126
126
rev = revWithTag;
127
127
}