diff --git a/modules/android-cache.nix b/modules/android-cache.nix index 1aa3e93..7689165 100644 --- a/modules/android-cache.nix +++ b/modules/android-cache.nix @@ -2,7 +2,7 @@ let mirrors = { "https://android.googlesource.com" = "/var/lib/src/aosp/mirror"; - # "https://github.com/LineageOS" = "/var/lib/src/lineageos/LineageOS"; + "https://github.com/LineageOS" = "/var/lib/src/lineageos"; }; in {