From 9fd537b4d6fe0356324676f38a195bc59c01b0bd Mon Sep 17 00:00:00 2001
From: lassulus <lass@aidsballs.de>
Date: Sat, 25 Jun 2016 18:39:54 +0200
Subject: [PATCH] l 2 repo-sync: don't merge remote repos

---
 lass/2configs/repo-sync.nix | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index 9b1e80537..9a42647ea 100644
--- a/lass/2configs/repo-sync.nix
+++ b/lass/2configs/repo-sync.nix
@@ -58,10 +58,6 @@ let
           origin.url = url;
           mirror.url = "${mirror}${name}";
         };
-        "@latest" = {
-          mirror.url = "${mirror}${name}";
-          mirror.ref = "heads/newest";
-        };
       };
       krebs.git = defineRepo name;
     };