Skip to content

Commit

Permalink
Add emulator to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Dec 12, 2023
1 parent 2d70dbd commit 36e063d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@
toolsVersion = null;
platformToolsVersion = androidVersions.platformToolsVersion;
buildToolsVersions = [ androidVersions.buildToolsVersions ];
includeEmulator = false;
includeEmulator = true;
emulatorVersion = "34.1.9";
includeSystemImages = true;
systemImageTypes = [ "google_apis_playstore" ];
abiVersions = [ "x86_64" ];
platformVersions = [ androidVersions.platformVersions ];
# Enable once nixpkgs is fixed...
includeSources = false;
includeSources = true;
includeNDK = false;
useGoogleAPIs = true;
includeExtras = [
Expand Down

0 comments on commit 36e063d

Please sign in to comment.