diff --git a/docs/nix_dev_env.md b/docs/nix_dev_env.md --- a/docs/nix_dev_env.md +++ b/docs/nix_dev_env.md @@ -10,18 +10,18 @@ # Supported workflows +Some workflows require additional steps after the Nix installation. These steps are documented in [workflow prerequisites](#workflow-prerequisites). + | Workflow | macOS supported | | ------------------------------- | --------------- | | `keyserver` (Node.js) | ✅ | | `web` (Webpack) | ✅ | -| `native` iOS (React Native) | ❌ **†** | -| `native` Android (React Native) | ❌ **†** | +| `native` iOS (React Native) | ✅ | +| `native` Android (React Native) | ✅ | | C++ services | ❌ **\*** | | Rust services | ✅ | -**†** Workflow requires additional undocumented steps after Nix installation (e.g. installing XCode, XCode profile, Android Studio, or Android NDK). - -**\*** Workflow requires RabbitMQ and AWS/Localstack to be available. +**\*** Workflow requires documentation; and it requires the RabbitMQ and AWS/Localstack services to be available. # Requirements @@ -54,7 +54,7 @@ # Development environment -Run `nix develop` to create a dev environment. Nix will handle installation of all remaining dependencies not mentioned in "Workflow prerequisites". +Run `nix develop` to create a dev environment. Nix will handle installation of all remaining dependencies not mentioned in [Workflow prerequisites](#workflow-prerequisites). ## Development workflows