[NixOS] Android not available on aarch64

This commit is contained in:
2021-07-10 17:14:25 -06:00
parent 285745975b
commit 999188a24e

View File

@@ -15,7 +15,6 @@
# Allow all the things
nixpkgs.config.allowUnfree = true;
nixpkgs.config.android_sdk.accept_license = true;
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
];
@@ -84,8 +83,6 @@
virtualisation.docker.enable = true;
programs.adb.enable = true;
hardware.keyboard.zsa.enable = true;
services.xserver = {