Skip to content

Commit 989066b

Browse files
committed
Use small address space
1 parent 9af775a commit 989066b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

overlays/android.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ _final: prev: {
44
aarch64-android = import prev.path {
55
inherit (prev) system overlays;
66
crossSystem = prev.lib.systems.examples.aarch64-android // {
7-
sdkVer = "26"; # Old name for old nixpkgs
87
androidSdkVersion = "26";
98
};
109
};
1110
armv7a-android-prebuilt = import prev.path {
1211
inherit (prev) system overlays;
1312
crossSystem = prev.lib.systems.examples.armv7a-android-prebuilt // {
14-
sdkVer = "26"; # Old name for old nixpkgs
1513
androidSdkVersion = "26";
1614
};
1715
};

0 commit comments

Comments
 (0)