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:
Omar Alhammadi 2022-09-22 00:36:57 +04:00 committed by GitHub
parent 0be33c4346
commit 7f2de61842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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};
};