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

Reply via email to