summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-07-17 10:43:54 +0200
committerAlbin <albin@mullvad.net>2025-07-17 10:43:54 +0200
commita7e5d9ff3f840acfd78dee23924c174de741227b (patch)
treed76e97352db94ebe5496beb97724ab07f9046421 /android/BuildInstructions.md
parentc9cf9cb22d112efece39cc4e06c1f068600315a3 (diff)
parent4d7a8a72a32b78027ae6a5f6d963d75b79d81850 (diff)
downloadmullvadvpn-a7e5d9ff3f840acfd78dee23924c174de741227b.tar.xz
mullvadvpn-a7e5d9ff3f840acfd78dee23924c174de741227b.zip
Merge branch 'add-macos-devshell-support'
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index a58a993b49..c1051c8521 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -178,6 +178,8 @@ Run the following command to build a debug build:
```
## Build using nix devshell
+This is supported on Linux (x86_64) as well as macOS (x86_64 and aarch64).
+
1. Install the nix package manager by following the [official instructions](https://nixos.org/download/).
2. Enable the experimental `nix-command` and `flake` features by following [these instructions](https://nixos.wiki/wiki/flakes).
3. Launch a devshell (in `<repository>/android`) by running: