From 6c0d19e0052ef3d4698b68f146b4e794fe08d5a0 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 4 Mar 2024 00:59:21 +0100 Subject: [PATCH] epyc: disable all android cache for now Signed-off-by: Raito Bezarius --- modules/android-cache.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/android-cache.nix b/modules/android-cache.nix index 64e161b..1193f37 100644 --- a/modules/android-cache.nix +++ b/modules/android-cache.nix @@ -2,8 +2,8 @@ let mirrors = { # "https://android.googlesource.com" = "/mnt/aospaosp/mirror"; - "https://github.com/LineageOS" = "/var/lib/src/lineageos/LineageOS"; - "https://github.com/TheMuppets" = "/var/lib/src/themuppets/TheMuppets"; + # "https://github.com/LineageOS" = "/var/lib/src/lineageos/LineageOS"; + # "https://github.com/TheMuppets" = "/var/lib/src/themuppets/TheMuppets"; }; in {