mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
chore: remove unused Nix shell config
This commit is contained in:
parent
da1825498a
commit
82252dbe2d
1 changed files with 0 additions and 25 deletions
25
shell.nix
25
shell.nix
|
@ -1,25 +0,0 @@
|
|||
{ pkgs ? import <nixpkgs> { config.android_sdk.accept_license = true; } }:
|
||||
|
||||
let
|
||||
androidComposition = pkgs.androidenv.composeAndroidPackages {
|
||||
toolsVersion = "26.1.1";
|
||||
platformToolsVersion = "31.0.3";
|
||||
buildToolsVersions = [ "31.0.0" ];
|
||||
includeEmulator = false;
|
||||
emulatorVersion = "30.9.0";
|
||||
platformVersions = [ "31" ];
|
||||
includeSources = false;
|
||||
includeSystemImages = false;
|
||||
systemImageTypes = [ ];
|
||||
abiVersions = [ ];
|
||||
cmakeVersions = [ ];
|
||||
includeNDK = false;
|
||||
ndkVersions = [ ];
|
||||
useGoogleAPIs = false;
|
||||
useGoogleTVAddOns = false;
|
||||
includeExtras = [ ];
|
||||
};
|
||||
in pkgs.mkShell rec {
|
||||
ANDROID_SDK_ROOT = "${androidComposition.androidsdk}/libexec/android-sdk";
|
||||
buildInputs = with pkgs; [ gradle glibc zlib ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue