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 @@ -8,16 +8,20 @@ For how Nix package management works, please refer to the official [how Nix works guide](https://nixos.org/guides/how-nix-works.html). -# Supported workflows - -| Workflow | Supported on macOS | -| ----------------------------- | ------------------ | -| keyserver (Node.js) | ❌ | -| web (Webpack) | ❌ | -| native iOS (React Native) | ❌ | -| native Android (React Native) | ❌ | -| C++ services | ❌ | -| Rust services | ✅ | +# Supported workflows progress + +| Workflow | Fully Enabled | +| ------------------------------- | ------------- | +| `keyserver` (Node.js) | ✅ | +| `web` (Webpack) | ✅ | +| `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. # Requirements