abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2025-09-04 00:25:56 +0200
committerJules Aguillon2025-09-04 00:25:56 +0200
commitab85fb717dded6cb2284a1853242fe9f93955f7d (patch)
tree4a3f348ab73c23342c80dd96fe5bafabb8b778cf
parent5b3dc8d5ed4d73d5fa7bb8028d467a923dfbd191 (diff)
downloadunexpected-keyboard-ab85fb717dded6cb2284a1853242fe9f93955f7d.tar.gz
unexpected-keyboard-ab85fb717dded6cb2284a1853242fe9f93955f7d.zip
shell.nix: Remove repoJson
nixpkgs-unstable is now uptodate.
-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: {