File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ use flake
Original file line number Diff line number Diff line change 3939* .bak
4040android /.idea
4141.vscode /
42+ .direnv /
Original file line number Diff line number Diff line change @@ -67,6 +67,20 @@ sudo dnf install dbus-devel
6767sudo dnf install rpm-build
6868```
6969
70+ ## Using nix devshell
71+
72+ This is supported on Linux (x86_64) as well as macOS (x86_64 and aarch64).
73+ [ Install nix] ( ./android/docs/BuildInstructions.md#Build-using-nix-devshell ) if you haven't already.
74+
75+ ``` bash
76+ nix develop
77+ ```
78+
79+ #### direnv
80+
81+ Provided in the repository root is a [ direnv] ( https://direnv.net/ ) for automatically sourcing the devshell.
82+ Allow it by executing ` direnv allow . ` (in ` <repository> ` ) once.
83+
7084### Cross-compiling for ARM64
7185
7286By default, the app will build for the host platform. It is also possible to cross-compile the app
You can’t perform that action at this time.
0 commit comments