mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
delete unneded packages
This commit is contained in:
parent
6eb404fc11
commit
d278f0f06b
|
@ -10,5 +10,5 @@ in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
ANDROID_HOME= "${androidComposition.androidsdk}/libexec/android-sdk";
|
ANDROID_HOME= "${androidComposition.androidsdk}/libexec/android-sdk";
|
||||||
ANDROID_SDK_ROOT = "${androidComposition.androidsdk}/libexec/android-sdk";
|
ANDROID_SDK_ROOT = "${androidComposition.androidsdk}/libexec/android-sdk";
|
||||||
nativeBuildInputs = with pkgs; [ flutter dart openjdk11 ];
|
nativeBuildInputs = with pkgs; [ flutter ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue