summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lass/2configs/repo-sync.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index 9b1e8053..9a42647e 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;
};