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 outputs
// { // {
# Overlay that can be imported so you can access the packages # 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: { overlays.default = final: prev: {
zigpkgs = outputs.packages.${prev.system}; zigpkgs = outputs.packages.${prev.system};
}; };