Skip to content

nihklas/zig-flake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Nix Flake Template for Zig Projects

It creates only the flake.nix file, so you can add it to your zig project even after creating it.

nix flake init -t 'github:nihklas/zig-flake-template'

Versions

For now, it only creates a template for 0.14.0. Later on, I will maybe add master.

# default points to latest tagged
nix flake init -t 'github:nihklas/zig-flake-template'
# or use 0.14.0 directly
nix flake init -t 'github:nihklas/zig-flake-template#0.14.0'

About

Nix Flake Template for a zig project following zig master

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages