Skip to main content
Example Repo

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 Edit this page
I