summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-03-08 00:52:31 +0100
committerlassulus <lass@lassul.us>2017-03-08 00:52:31 +0100
commitc668b17c248685441008d4b20fd7681f630e0304 (patch)
tree7178e0325872d74b10a28a602a3eadcff026559e /shared
parenta29b4135f9112599443f7d397421c7987b0f206c (diff)
s 2 repo-sync: use new api
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/repo-sync.nix26
1 files changed, 14 insertions, 12 deletions
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix
index 4219e5d..004ea59 100644
--- a/shared/2configs/repo-sync.nix
+++ b/shared/2configs/repo-sync.nix
@@ -8,19 +8,21 @@ with lib;
in {
enable = true;
repos.stockholm = {
- makefu = {
- origin.url = http://cgit.gum/stockholm ;
- mirror.url = mirror;
- };
- tv = {
- origin.url = http://cgit.ni.r/stockholm;
- mirror.url = mirror;
- };
- lassulus = {
- origin.url = http://cgit.prism/stockholm ;
- mirror.url = mirror;
+ branches = {
+ makefu = {
+ origin.url = http://cgit.gum/stockholm ;
+ mirror.url = mirror;
+ };
+ tv = {
+ origin.url = http://cgit.ni.r/stockholm;
+ mirror.url = mirror;
+ };
+ lassulus = {
+ origin.url = http://cgit.prism/stockholm ;
+ mirror.url = mirror;
+ };
};
- "@latest" = {
+ latest = {
mirror.url = mirror;
};
};