diff --git a/modules/android-cache.nix b/modules/android-cache.nix index 7689165..3fa3110 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"; + "https://github.com/LineageOS" = "/var/lib/src/lineageos/LineageOS"; }; in {