Zon2nix - Convert the dependencies in `build.zig.zon` to a Nix expression

4 Likes

zon2nix has been moved to nix-community!

2 Likes

Is zon2nix still being maintained? It’s broken with zig >= 0.12, but it’s even more critical now that projects are using build.zig.zon more. There are some PRs to try and improve support, but they’re languishing.

1 Like

Commenting here in case someone else finds this thread, I recommend taking a look into zig2nix, specially the zon converters.

1 Like

To be clear, my interest is purely in tooling we can use in nixpkgs. I maintain a few zig-based packages and need to be able to update them. I’ll look into these to see if they’re appropriate for adoption into nixpkgs though.