mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 17:02:48 +02:00
Update comment in flake.nix
This is a small change to a comment in flake.nix. The comment recommend using `zigpkgs.master.latest` which doesn't exist when I tried using the overlay.
This commit is contained in:
parent
0be33c4346
commit
7f2de61842
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
outputs
|
||||
// {
|
||||
# Overlay that can be imported so you can access the packages
|
||||
# using zigpkgs.master.latest or whatever you'd like.
|
||||
# using zigpkgs.master or whatever you'd like.
|
||||
overlays.default = final: prev: {
|
||||
zigpkgs = outputs.packages.${prev.system};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue