-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with devbox #80
Comments
I figured out. I'm more familiar with the nix and flake ecosystems and I used devbox for isolated my project. There packages are there for making
On the root of your project folder (same level of Note: I used this flake.nix from the template and comment on the sections with the mention of
here the
You can change in this flake.nix the packages to create the proper version of the SDK. Here my need was with the version If you perform the If you Now you have a deterministic android SDK installation for your dev environment. I'm using devbox version 0.9.1 on macOS 14.3.1 (M1 machine) |
This is great und should be part of the readme! |
Hey!
I keep my nix system config in devbox:
https://www.jetpack.io/devbox/docs/
I would like to use this repository, but I can not set the
ANDROID_HOME
env variable.My current
devbox.json
looks something like this:I can set up env variables in the
init_hook
section, like they do in the rust setup example: https://www.jetpack.io/devbox/docs/configuration/#example-a-rust-devboxany ideas how to make it work?
The text was updated successfully, but these errors were encountered: