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 | 96e4d7b592185a737aa6da83a6e848a74f6bd30c (patch) | |
tree | d00e95018fbb8b04e5a3209eb97e1e3676990a80 | |
parent | c668b17c248685441008d4b20fd7681f630e0304 (diff) |
s 2 repo-sync: fix latest
-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 004ea59..637a26e 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"; }; }; }; |