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
commit96e4d7b592185a737aa6da83a6e848a74f6bd30c (patch)
treed00e95018fbb8b04e5a3209eb97e1e3676990a80 /shared
parentc668b17c248685441008d4b20fd7681f630e0304 (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 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";
};
};
};