[NixOS] Android not available on aarch64

This commit is contained in:
Ivan Malison 2021-07-10 17:14:25 -06:00
parent 285745975b
commit 999188a24e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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