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
feat: pass tag uniformly
isabelroses.com
4 months ago
7e315fcd
417b29aa
+1
-1
1 changed file
expand all
collapse all
unified
split
fetcher.nix
+1
-1
fetcher.nix
···
122
122
inherit
123
123
owner
124
124
repo
125
125
+
tag
125
126
;
126
127
};
127
128
···
139
140
140
141
fetcher fetcherArgs
141
142
// {
142
142
-
inherit owner repo tag;
143
143
rev = revWithTag;
144
144
}
145
145
)