From 495790a1425dff7ecb9a386ceac59e03544d557f Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 27 Jan 2024 19:13:04 +0100 Subject: [PATCH] android-cache: remove the aosp mirror for now Signed-off-by: Raito Bezarius --- modules/android-cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/android-cache.nix b/modules/android-cache.nix index 96a2968..64e161b 100644 --- a/modules/android-cache.nix +++ b/modules/android-cache.nix @@ -1,7 +1,7 @@ { lib, ... }: let mirrors = { - "https://android.googlesource.com" = "/var/lib/src/aosp/mirror"; + # "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"; };