The roc cli will do this for you when developing but it doesn't work as nicely to compile just the platform with nix. For example, [this](https://github.com/roc-lang/roc/tree/main/examples/platform-switching/rust-platform) is one of the sample platforms ```shell ❯ exa --tree --...