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

Add information on how to add zig-overlay as zigpkgs #56

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Yappaholic
Copy link

In a good amount of time I tried to install zig on my NixOS system and totally immerse myself in this good language. The only solid way was to use zig-overlay, but the problem was running zig only once or in a nix-shell, which was not suitable for my wants. Also after cleanup you need to recompile ~300MB to run zig, which takes some time.

Fortunately, I stumbled upon docs in flake.nix file and decided to make installing nightly zig as a package easier for others by adding this block in the README.

What changed in the README:

  • Added header about package
  • Added code about flake.nix modules
  • Added code about adding package to configuration.nix

@DeusFerrariis
Copy link

Changes for flake.nix did work for my use in setting up a dev shell

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

Successfully merging this pull request may close these issues.

2 participants