diff options
| author | Jules Aguillon | 2025-09-04 00:25:56 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2025-09-04 00:25:56 +0200 |
| commit | ab85fb717dded6cb2284a1853242fe9f93955f7d (patch) | |
| tree | 4a3f348ab73c23342c80dd96fe5bafabb8b778cf | |
| parent | 5b3dc8d5ed4d73d5fa7bb8028d467a923dfbd191 (diff) | |
| download | unexpected-keyboard-ab85fb717dded6cb2284a1853242fe9f93955f7d.tar.gz unexpected-keyboard-ab85fb717dded6cb2284a1853242fe9f93955f7d.zip | |
shell.nix: Remove repoJson
nixpkgs-unstable is now uptodate.
| -rw-r--r-- | shell.nix | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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: { |
