No description
  • Zig 99.3%
  • Nix 0.7%
Find a file
2026-03-14 18:02:57 -05:00
.forgejo/workflows Initial commit 2026-03-14 18:02:57 -05:00
src Initial commit 2026-03-14 18:02:57 -05:00
.gitignore Initial commit 2026-03-14 18:02:57 -05:00
build.zig Initial commit 2026-03-14 18:02:57 -05:00
build.zig.zon Initial commit 2026-03-14 18:02:57 -05:00
README.md Initial commit 2026-03-14 18:02:57 -05:00
shell.nix Initial commit 2026-03-14 18:02:57 -05:00

Zig Example Project

A template for me to quickly stand up a Zig project in NixOS with CI and a usable toolchain.

Start a project

nix-shell
zig init [-m] # -m to initialize a minimal project