`--useSystemNim` is ignored
Compiling nimlangserver with nimble --useSystemNim install still builds 2.0.2 compiler.
Didnt know this existed, a quick look at the code it says:
Use system nim and ignore nim from the lock file if any
It only seems to apply to lock files not to requires. Not sure what was the intended design though
after looking further, if required compiler is already fetched and compiled --useSystemNim is working and uses system compiler, but it will try to redownload and rebuild required version if it was removed. i know that i've built langserver before with this option, but now i cant make it work even with commit that just introduced this option, so idk.