From 42639587fd0f28b8568f2aee8cf3463b0cc0e239 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 8 Mar 2017 14:22:04 +0100 Subject: s 2 repo-sync: fix latest --- shared/2configs/repo-sync.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared') 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"; }; }; }; -- cgit v1.2.3