loading spaces
This commit is contained in:
parent
dca9ee1939
commit
65028a1231
14 changed files with 629 additions and 86 deletions
|
|
@ -44,10 +44,13 @@
|
|||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
jdk17
|
||||
rustc
|
||||
flutter
|
||||
android.platform-tools
|
||||
];
|
||||
env = rec {
|
||||
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (with pkgs; [ sqlite ])}:$LD_LIBRARY_PATH";
|
||||
|
||||
ANDROID_HOME = "${android.androidsdk}/libexec/android-sdk";
|
||||
ANDROID_SDK_ROOT = ANDROID_HOME;
|
||||
JAVA_HOME = pkgs.jdk17;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue