I think this gets us on master zig...

This commit is contained in:
Mitchell Hashimoto
2022-10-13 11:31:02 -07:00
parent 225de43062
commit 8decfa6452
2 changed files with 11 additions and 5 deletions

View File

@@ -14,10 +14,13 @@ final: prev: rec {
# Last known working self-hosted with -fstage1, due to
# https://github.com/ziglang/zig/issues/12944
zig = final.zigpkgs.master-2022-09-13;
# I ended up finding a workaround for this but I still feel
# weird about it so I'm going to keep this around in case
# we want to rollback.
#zig = final.zigpkgs.master-2022-09-13;
# zig we want to be the latest nightly since 0.9.0 is not released yet.
#zig = final.zigpkgs.master;
zig = final.zigpkgs.master;
# last known working stage1 build, the rest in the future are stage3
#zig = final.zigpkgs.master-2022-08-19;