Adding Zig to your Project
devbox add zig, or add the following to your devbox.json
devbox search zig. You can also view the available versions on
Nixhub
Edit this pageDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Zig projects can be run in Devbox by adding Zig and Nimble to your project.
devbox add zig, or add the following to your devbox.json
"packages": [
"zig@latest"
]
devbox search zig. You can also view the available versions on
Nixhub
Edit this pageWas this page helpful?