Skip to main content

Zig

Zig projects can be run in Devbox by adding Zig and Nimble to your project.

Example Repo

Open In Devbox.sh

Adding Zig to your Project

devbox add zig, or add the following to your devbox.json

    "packages": [
"zig@latest",
]

This will install the latest version of Zig. You can find other installable versions of Zig by running devbox search zig. You can also view the available versions on Nixhub