Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to override zig version #1

Open
rupurt opened this issue Feb 7, 2024 · 1 comment
Open

How to override zig version #1

rupurt opened this issue Feb 7, 2024 · 1 comment

Comments

@rupurt
Copy link

rupurt commented Feb 7, 2024

Howdy,

Any suggestions on how I can override the zig version for master?

@flyx
Copy link
Owner

flyx commented Feb 7, 2024

Sadly this repository suffers from neglect and the zig version is woefully outdated.

If you want to help, clone this repo, do

nix flake update zig-binaries

and check if everything still works. Create a PR, I will happily merge it.

If you're consuming this from a flake, you can instead in your flake do

{
    inputs = {
        zig-binaries.url = "github:mitchellh/zig-overlay"; # you are now responsible to keep this up-to-date
        zicross = {
            url = "github:flyx/Zicross";
            inputs.zig-binaries.follows = "zig-binaries"; # override my input with yours
        };
    };
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants