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: add tag back to fetcher ouput
isabelroses.com
6 months ago
85164383
1352762f
+2
-1
1 changed file
expand all
collapse all
unified
split
fetcher.nix
+2
-1
fetcher.nix
···
122
122
fetcher fetcherArgs
123
123
// {
124
124
meta = newMeta;
125
125
-
inherit owner repo rev;
125
125
+
inherit owner repo tag;
126
126
+
rev = revWithTag;
126
127
}
127
128
)