Commits
Package official multi-platform Gleam prerelease binaries as gleam-preview,
install the CLI as gleam-preview so it can coexist with nixpkgs gleam, and
teach the package updater to track prerelease tags via tag_prerelease.
Package official multi-platform release binaries for whetuu (shell
prompt) and pullrun (OCI runtime CLI + daemon). Extend the
github-release-binary updater to rewrite multi-platform sources blocks.
nixpkgs zed-editor already owns libexec/zed-editor. Move the preview GUI
binary to lib/zed/zed-editor (CLI's documented fallback) so both packages
can coexist in a nix profile.
Point XKB_CONFIG_ROOT at xkeyboard-config so the binary works on NixOS,
and rename icons/desktop Icon to zed-preview so nix profile can install
alongside zed-editor-fhs.
Package the multi-platform static CLI (linux amd64/arm64, darwin arm64)
with a url-manifest-binary updater type that tracks version manifests.
Package the Zed preview channel from GitHub release tarballs, expose it on
x86_64-linux only, and teach the weekly updater about github-release-binary.
chore(packages): weekly upstream version bumps
Package the agent-native identity CLI for rook.host as buildNpmPackage,
with automated npm-github updates via upstream.json.
Automated update from scripts/update-packages.sh
Package matz/spinel (Ruby AOT compiler) as a Nix flake attr, vendor
prism/rbs gems for pure builds, and extend the updater for untagged
master tips so weekly CI can bump the pin.
Introduce scripts/update-packages.sh driven by packages/*/upstream.json,
plus a Monday cron (and workflow_dispatch) that refreshes hashes/lockfiles,
verifies nix builds, and opens a PR when anything changed.
Add a flake for third-party tools without upstream Nix support.
vit is built with buildNpmPackage from the GitHub v0.6.1 tag; a
regenerated package-lock.json is vendored because upstream's lock
lacks resolved URLs (breaks offline npmDeps caching).