chore(wip): upgrade dependencies, begin refactor
This commit is contained in:
@@ -10,7 +10,8 @@ pkgs.mkShell {
|
||||
# androidenv.androidPkgs.ndk-bundle
|
||||
];
|
||||
|
||||
# Set up Android SDK paths if needed
|
||||
# Setting up android build environments on nix is a bit of a pain - immutable paths, etc.
|
||||
# I used a hacky workaround by manually downloading the SDK and NDK from the website and simply telling the shell where to find them
|
||||
ANDROID_HOME = "/scratch/remy/android";
|
||||
|
||||
shellHook = ''
|
||||
|
||||
Reference in New Issue
Block a user