[NixOS] Android not available on aarch64
This commit is contained in:
parent
285745975b
commit
999188a24e
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user