mitchellh / mitchellh/zig-overlay

Make it more clear how to specify zig version

Open
#58 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Nix
Stars
548
Forks
63
PR merge metrics
No merged PRs in 30d

Description

In the readme it's shown:
packages.<version>
When I tried doing the obvious step:

packages.0.13.0 -> fail
packages.<0.13.0> -> fail

I had to go and search in github for others, to find you are supposed to do:
packages."0.13.0"
For me who is newer to nix this was not obvious.
Can we make it more clear in the README.md:
packages."<version>" or something.
Thanks.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Update README.md where the package version syntax is shown. Clarify that the version must be quoted, using the reported 0.13.0 example, and confirm the resulting flake syntax is understandable to new Nix users.

Written by the indexing model from the issue text.

Assessment

Tech stack
zig
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.