reproduced issue for upgrade comment

pull/17/head
Mitchell Hashimoto 2022-09-23 13:37:20 -07:00
parent 53f5739eca
commit 51d70fc74e
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 1 deletions

View File

@ -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.