From 51d70fc74e6011efe62f0a28fa61297b14a9b156 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 23 Sep 2022 13:37:20 -0700 Subject: [PATCH] reproduced issue for upgrade comment --- nix/overlay.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index e90fb07a7..b3a0d819b 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -12,7 +12,8 @@ final: prev: rec { wraptest = prev.callPackage ./wraptest.nix { }; - # Last known working self-hosted with -fstage1 + # Last known working self-hosted with -fstage1, due to + # https://github.com/ziglang/zig/issues/12944 zig = final.zigpkgs.master-2022-09-13; # zig we want to be the latest nightly since 0.9.0 is not released yet.