I don't know how `pkg` works. But it's not hard to rebuild the compiler.
nim c --os:freebsd --compileOnly --nimcache:. nim.nim
gcc -c *.nim.c
gcc *.o -o nim
Run
- Selecting/installing older nim package on FreeBSD drkameleon
- Selecting/installing older nim package on FreeBSD sls1005
