android-cache: remove the aosp mirror for now

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-01-27 19:13:04 +01:00
parent 89e64355ea
commit 495790a142

View file

@ -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";
};