On macOS (intel or m1)
```
nix develop
comm-dev services stop # ensure rabbitmq is stopped
pgrep beam.smp # should be empty
comm-dev services start # should emit some rabbitmq info
comm-dev services start # should be no-op
pgrep beam.smp # should show a PID
comm-dev services stop # optional, cleanup rabbitmq
```