Skip to main content
Example Repo

Adding Nim to your Project

devbox add nim nimble-unwrapped openssl_1_1, or add the following to your devbox.json
    "packages": [
        "nim@latest",
        "nimble-unwrapped@latest",
        "openssl_1_1@latest"
    ]
This will install the latest version of Nim available. You can find other installable versions of Nim by running devbox search nim. Edit this page
I