update overlay but we still can't use master

This commit is contained in:
Mitchell Hashimoto
2022-08-31 19:58:44 -07:00
parent 953f1aeb29
commit 621b067e83
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@ -109,11 +109,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1661275194,
"narHash": "sha256-1PenHIm/ScA5lIUfaPzwQKcmbxnlZNgQTK38Gv8UXzg=",
"lastModified": 1662000959,
"narHash": "sha256-2wW8/BWusCtDYiHkF4/o4Se16qc/EbtMsZuQspTW4lY=",
"owner": "mitchellh",
"repo": "zig-overlay",
"rev": "de3aa2eee56c6d1d38740801c9d1902aba5047fd",
"rev": "9c8e4148bdc806397900cb95c7d2b3f844ac7aff",
"type": "github"
},
"original": {

View File

@ -15,5 +15,6 @@ final: prev: rec {
# zig we want to be the latest nightly since 0.9.0 is not released yet.
# NOTE: we are pinned to this master version because it broke at a certain
# point due to the self-hosted compiler. We'll fix this ASAP.
#zig = final.zigpkgs.master;
zig = final.zigpkgs.master-2022-08-19;
}