blob: 33858c50fb2e7a0950afe9df14365cd33d5d31ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ziggy-with-it
A small example of a [Nix flake](https://nix.dev/concepts/flakes) for a [Zig](https://ziglang.org/) project!
## Features
- A [development shell](https://nix.dev/tutorials/first-steps/ad-hoc-shell-environments)
- `zig` from `master` via [mitchellh/zig-overlay](https://github.com/mitchellh/zig-overlay)
- A package built with [`zig.hook`](https://ryantm.github.io/nixpkgs/hooks/zig/#zig-hook) and [`nix-community/zon2nix`](https://github.com/nix-community/zon2nix)
## Thanks
- @paperdave for teaching me how to use `zon` (...or just enough to make this flake work)
|