It's nice that it works, but it seems the wrong idea . Instead of
exec("git clone https://github.com/ngtk3/nim-gdk_pixbuf")
Use
requires "nim-gdk_pixbuf"
That means more nimble packages to write, but in general a github project
should have a nimble file.
