misc cleanups - #97
Merged
Merged
Conversation
- fix `nix run .` to execute `bin/zig` and set `mainProgram` - narrow package `meta.platforms` to the current system and require `sha256` for nightly packages too - add `coreutils` to the dev shell because the update script now computes hashes locally - rewrite `update` to use a temp dir, fail fast on fetch errors, retry downloads, verify release-only tarballs per platform, and derive `sha256` from verified artifacts - preserve historical nightly entries while replacing current release and master metadata so stale nested attrs cannot leak forward - expand CI to build and run Zig, smoke test both templates, and check that `./update` only changes `mirrors.json` and `sources.json` - tighten the auto-update workflow with scoped staging, no-op commit skipping, write permissions, and concurrency protection - update the init and compiler-dev templates to use newer `nixpkgs`, reuse the exported overlay, and refresh the compiler-dev lockfile
mitchellh
force-pushed
the
push-kvnmnmytzmrt
branch
from
April 17, 2026 03:58
e48b4f6 to
04aecef
Compare
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.
nix run .to executebin/zigand setmainProgrammeta.platformsto the current system and requiresha256for nightly packages toocoreutilsto the dev shell because the update script now computes hashes locallyupdateto use a temp dir, fail fast on fetch errors, retry downloads, verify release-only tarballs per platform, and derivesha256from verified artifacts./updateonly changesmirrors.jsonandsources.jsonnixpkgs, reuse the exported overlay, and refresh the compiler-dev lockfile