diff options
author | lassulus <lass@aidsballs.de> | 2016-06-25 18:39:54 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-25 18:39:54 +0200 |
commit | 9fd537b4d6fe0356324676f38a195bc59c01b0bd (patch) | |
tree | 2b12cfb86ce56dbc2ce29b84c1e4ce534fbf3fca | |
parent | 2b74d0defdc3c97ffa5e1f18a5e86637f208d7cb (diff) |
l 2 repo-sync: don't merge remote repos
-rw-r--r-- | lass/2configs/repo-sync.nix | 4 |
1 files changed, 0 insertions, 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; }; |