1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00

Merge pull request #1 from omaraaa/patch-1

Update comment in flake.nix
This commit is contained in:
Mitchell Hashimoto 2022-09-23 08:11:47 -04:00 committed by GitHub
commit 39778bb594
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};
};