I am on the latest version of Zig, on NixOS 25.11. There are consistent errors having to do with the fact that root_source_file is apparently not a valid field.
EDIT:
As of zig v0.15.1 module options must be specified in a root_module field. It would seem as though the current is deprecated...
I am on the latest version of Zig, on NixOS 25.11. There are consistent errors having to do with the fact that root_source_file is apparently not a valid field.
EDIT:
As of zig v0.15.1 module options must be specified in a
root_modulefield. It would seem as though the current is deprecated...