I would like to include a copy of nimbase.h file in a built package.
What is the easiest way to ask Nim compiler or nimscript for the location of the system.nim or nimbase.h files?
These two files are in the same folder.
It's great, is it possible add link to the official tutorial?
It is already here: https://nim-lang.org/learn.html
This does not seem to work for compilers installed via choosenim.
When I compile nim code for embedded systems using the compilers from platformio, all I need a pointer to the location of nimbase.h. It would be ideal if choosenim could update a symlink (or similar) in a standard place so I don't have to mess around in platformio config files after every 'choosenim update stable'