kristoff-it / ziggy

A data serialization language for expressing clear API messages, config files, etc.
https://ziggy-lang.io
MIT License
292 stars 17 forks source link

feat: add Nix flake to build Ziggy #31

Closed ethanholz closed 3 months ago

ethanholz commented 3 months ago

This is for handling a Nix build of Ziggy using the Nix Zig hook. This is a simple way to get up and running with using Zig to build the project but it is not as expansive as something like zls' flake. We also add a devshell to enable access to the nixpkgs zig toolchain for debugging.