A starting template for my Zig projects
  • Zig 99.3%
  • Nix 0.7%
Find a file Use this template
Braxton Fair f7d2f7c942
All checks were successful
/ test (push) Successful in 10m1s
fix: ci on branches
2026-03-02 18:46:06 -06:00
.forgejo/workflows fix: ci on branches 2026-03-02 18:46:06 -06:00
src feat: init zig project as example 2026-03-02 18:35:34 -06:00
.gitignore feat: add git ignore 2026-03-02 18:35:07 -06:00
build.zig feat: init zig project as example 2026-03-02 18:35:34 -06:00
build.zig.zon feat: init zig project as example 2026-03-02 18:35:34 -06:00
README.md docs: init project instructions 2026-03-02 18:34:12 -06:00
shell.nix build: add shell.nix 2026-03-02 18:33:39 -06: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