abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell.nix b/shell.nix
index be0d8d0..2bac9ac 100644
--- a/shell.nix
+++ b/shell.nix
@@ -11,14 +11,6 @@ let
buildToolsVersions = [ build_tools_version ];
platformVersions = [ "35" ];
abiVersions = [ "armeabi-v7a" ];
- inherit repoJson;
- };
-
- # Ensure we have the needed system images
- repoJson = pkgs.fetchurl {
- url =
- "https://raw.githubusercontent.com/NixOS/nixpkgs/ebc7402410a3ce2d25622137c190d4ab83945c10/pkgs/development/mobile/androidenv/repo.json";
- hash = "sha256-4/0FMyxM+7d66qfhlY3A10RIe6j6VrW8DIilH2eQyzc=";
};
emulators = let
@@ -27,7 +19,6 @@ let
name = "emulator_api${platformVersion}";
inherit platformVersion abiVersion systemImageType;
androidAvdFlags = "--device ${device}";
- sdkExtraArgs = { inherit repoJson; };
};
# Allow to install several emulators in the same environment
link_emulator = version_name: args: {