From b6ee02646a5f8622c0431c318cef6dee64a43185 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 29 Mar 2022 14:45:18 +0200 Subject: [PATCH] flake.nix: remove emulator from environment The emulator needs android system images to run, each of which takes up a lot of space. Remove emulator from the Nix flake environment and let something else provide emulator support, maybe even a custom Nix devShell. Signed-off-by: Elias Naur --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index d1a6bfc1..e783bd8e 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,6 @@ [ build-tools-31-0-0 cmdline-tools-latest - emulator platform-tools platforms-android-31 ndk-bundle