From 999188a24e8d954fdc0f9d045496dcf9b8c1c12c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 10 Jul 2021 17:14:25 -0600 Subject: [PATCH] [NixOS] Android not available on aarch64 --- nixos/base.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/base.nix b/nixos/base.nix index 01064522..67561772 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -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 = {