Yes true, please try this:
pkg update
pkg install libandroid-glob-dev libandroid-glob git clang nodejs pcre
pcre-dev libsqlite
git clone https://github.com/nim-lang/Nim
cd Nim
git clone --depth 1 https://github.com/nim-lang/csources
cd csources
find ./ -type f -exec sed -i 's|/bin/sh|sh|g' {} \;
sh build.sh --os android
cd ..
bin/nim compile --os:android --define:termux koch
./koch boot -d:release --define:termux
Nim Compiler Version 0.17.3 [Android: arm64]
Copyright (c) 2006-2017 by Andreas Rumpf
git hash: 14468e2336b889e188b9485e47636d92b19697b6
active boot switches: -d:release