summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-03-08 14:22:04 +0100
committerlassulus <lass@lassul.us>2017-03-08 14:22:04 +0100
commit42639587fd0f28b8568f2aee8cf3463b0cc0e239 (patch)
tree2141d789ad8ed8095ed7a893aad821e9b8dd8e33 /shared
parent3374fe9566a366451ea59f325ecb1e2da7046322 (diff)
s 2 repo-sync: fix latest
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/repo-sync.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix
index 004ea594..637a26e3 100644
--- a/shared/2configs/repo-sync.nix
+++ b/shared/2configs/repo-sync.nix
@@ -23,7 +23,8 @@ with lib;
};
};
latest = {
- mirror.url = mirror;
+ url = mirror;
+ ref = "heads/master";
};
};
};