Hi all! [https://nim-lang.org/docs/nimc.html#cross-compilation](https://nim-lang.org/docs/nimc.html#cross-compilation) says that it's possible to specify custom C compiler executable paths by setting variable values in the nim.cfg file. So i'd write something like arm64.android.gcc.path=<path> Run
in nim.cfg. However, my project is using config.nims instead. What would be the equivalent of the above, but for config.nims? Thanks in advance!
