Adding Nim to your Project
devbox add nim nimble-unwrapped openssl_1_1
, or add the following to your devbox.json
devbox search nim
.
Edit this pageNim projects can be run in Devbox by adding Nim and Nimble to your project. For some platforms, Nimble may return an error if OpenSSL is not available, so we recommend including in your packages as well
devbox add nim nimble-unwrapped openssl_1_1
, or add the following to your devbox.json
devbox search nim
.
Edit this page