s 2 repo-sync: use new api
This commit is contained in:
parent
d7b71cdb91
commit
c6654de563
|
@ -8,6 +8,7 @@ with lib;
|
|||
in {
|
||||
enable = true;
|
||||
repos.stockholm = {
|
||||
branches = {
|
||||
makefu = {
|
||||
origin.url = http://cgit.gum/stockholm ;
|
||||
mirror.url = mirror;
|
||||
|
@ -20,7 +21,8 @@ with lib;
|
|||
origin.url = http://cgit.prism/stockholm ;
|
||||
mirror.url = mirror;
|
||||
};
|
||||
"@latest" = {
|
||||
};
|
||||
latest = {
|
||||
mirror.url = mirror;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue