diff options
-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; }; |