From ab85fb717dded6cb2284a1853242fe9f93955f7d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 4 Sep 2025 00:25:56 +0200 Subject: shell.nix: Remove repoJson nixpkgs-unstable is now uptodate. --- shell.nix | 9 --------- 1 file changed, 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: { -- cgit v1.2.3