mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
Jakub Sokołowski
68722340c9
This should fix the following error showing up on MacOS: ``` error: assertion ((__lessThan 0) ((builtins).stringLength watchmanSockPath)) failed at /Users/jenkins/repos/status-react/nix/mobile/android/watchman.nix:8:9 ``` Which was caused by flags like `--argstr` not being passed. Signed-off-by: Jakub Sokołowski <jakub@status.im>