From 7f2de61842319f84d49b46c34d46d66e687d2dc8 Mon Sep 17 00:00:00 2001 From: Omar Alhammadi Date: Thu, 22 Sep 2022 00:36:57 +0400 Subject: [PATCH] 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. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3b30b06..9f94121 100644 --- a/flake.nix +++ b/flake.nix @@ -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}; };