diff options
author | lassulus <lass@lassul.us> | 2017-03-08 14:22:04 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-08 14:22:04 +0100 |
commit | 42639587fd0f28b8568f2aee8cf3463b0cc0e239 (patch) | |
tree | 2141d789ad8ed8095ed7a893aad821e9b8dd8e33 /shared | |
parent | 3374fe9566a366451ea59f325ecb1e2da7046322 (diff) |
s 2 repo-sync: fix latest
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/repo-sync.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix index 004ea5942..637a26e3c 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"; }; }; }; |