Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getchoo/ziggy-with-it
A small example of a Nix flake for a Zig project
https://github.com/getchoo/ziggy-with-it
nix nix-flake zig ziglang
Last synced: 3 months ago
JSON representation
A small example of a Nix flake for a Zig project
- Host: GitHub
- URL: https://github.com/getchoo/ziggy-with-it
- Owner: getchoo
- License: mit
- Created: 2024-05-30T11:19:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T01:10:45.000Z (3 months ago)
- Last Synced: 2024-10-01T03:21:41.708Z (3 months ago)
- Topics: nix, nix-flake, zig, ziglang
- Language: Zig
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)