Zig
Zig projects can be run in Devbox by adding Zig and Nimble to your project.
Adding Zig to your Project
devbox add zig
, or add the following to your devbox.json
"packages": [
"zig",
]
This will install Zig 0.9.1.
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",
]
This will install Zig 0.9.1.