Update to Zig 0.16.0 - #66
Open
Sh4pe wants to merge 4 commits into
Open
Conversation
Prior to this change, we used `zig-overlay` as one of our dependencies as well as an old nixpkgs revision. This change removes zig-overlay because we can take Zig 0.16.0 from the new nixpkgs.
Prior to this change, this was still part of flake.nix. This change removes it as it is no longer required.
…his flake Prior to this change, we needed a dev version of 0.16.0. This required overlay patching, trickery with hooks and the like. This is now required any more. This change takes the default Zig 0.16.0 from nixpkgs. We remove obsolete complexity from flake.nix and get rid of the whole "overlay" prefix in the flake's packages.
….16.0 Prior to this change, the README.md contained a manuall that does not work with Zig 0.16.0 any more. This change adds the required instructions for the latest version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates to Zig 0.16. We can take the stock version from nixpkgs, which makes considerable complexity in flake.nix obsolete. I've removed this.
By the way: the latest tagged version is 0.1.2 back from 2023-09-04. A lot has happened since then. I think this project needs a new tag: 0.2.0.