Fixes according to ziglang/zig#30644#2556
Merged
Techatrix merged 10 commits intozigtools:masterfrom Jan 7, 2026
Merged
Conversation
A flurry of fixes since #30644 broke a lot of things, most notably how environment variables are being handled. See https://codeberg.org/ziglang/zig/pulls/30644 Note that `build.zig.zon` temporarily points to the following patches for `known-folders` and `lsp-kit`: * https://github.com/jozip/known-folders Commit: 146c29a398157435a63061ece3fbe50d05c0b9ba * https://github.com/jozip/lsp-kit Commit: f82c6ec781c2945a5a18422d92e61d4ac1d53f5a
Contributor
Author
|
I guess |
Contributor
Author
|
|
Member
|
I have some local changes ready that should fix some issues with this PR. Let me know if it's ok if I can push them to this PR. |
Contributor
Author
Go ahead! |
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/30a3c519afcf3f99e2c6df3b359aec5692054d92?narHash=sha256-8IQQUorUGiSmFaPnLSo2%2BT%2BrjHtiNWc%2BOAzeHck7N48%3D' (2026-01-03)
→ 'github:NixOS/nixpkgs/3c9db02515ef1d9b6b709fc60ba9a540957f661c?narHash=sha256-2GffSfQxe3sedHzK%2BsTKlYo/NTIAGzbFCIsNMUPAAnk%3D' (2026-01-05)
• Updated input 'zig-overlay':
'github:mitchellh/zig-overlay/501956cc4a633fdc744dc4cdd88ce12c65b7fc65?narHash=sha256-rNGKx9KO30dKt1wfpf6F0DrUaqp4jRZoqUi6%2BFy32yM%3D' (2026-01-05)
→ 'github:mitchellh/zig-overlay/1508a4f84129c2824ee4fcbdec31c63bdcf08756?narHash=sha256-Jc/KmlLyn2T8P/ZpgBoMkULsfmn8B4PjnwiXzlEA9Zg%3D' (2026-01-06)
Contributor
Author
|
Beautiful! |
Techatrix
approved these changes
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A flurry of fixes since #30644 broke a lot of things, most notably how environment variables are being handled.
See https://codeberg.org/ziglang/zig/pulls/30644
Note thatbuild.zig.zontemporarily points to the following patches forknown-foldersandlsp-kit:https://github.com/jozip/known-folders#146c29a398157435a63061ece3fbe50d05c0b9ba)https://github.com/jozip/lsp-kit#f82c6ec781c2945a5a18422d92e61d4ac1d53f5aDependencies are fixed as of 2026-01-07.