Skip to content

fix(nix): sync stable channel metadata with main#85

Open
stslex wants to merge 1 commit into
devfrom
claude/confident-dijkstra-zUdxQ
Open

fix(nix): sync stable channel metadata with main#85
stslex wants to merge 1 commit into
devfrom
claude/confident-dijkstra-zUdxQ

Conversation

@stslex
Copy link
Copy Markdown
Owner

@stslex stslex commented May 21, 2026

Summary

  • Syncs nix/stable.json on dev branch from stale version 1.3109.0 to main's current 1.8089.1
  • Fixes nix flake check failure on dev: the dev channel version (1.7196.1~dev...) sorted higher than the outdated stable version, breaking the channel-version-order invariant
  • This non-[skip ci] commit also triggers CI on PR Dev #84 (dev → main), which had zero check runs because its HEAD was a bot [skip ci] commit

Test plan

  • nix flake check passes on dev branch (channel-version-order: dev < stable)
  • CI (build.yml + smoke-test.yml) triggers and passes
  • Stable channel URL/SHA256 matches the latest release on main

https://claude.ai/code/session_019tj5p9ELz22bCUqkK13NtX


Generated by Claude Code

The dev branch's nix/stable.json was stale at version 1.3109.0 while main
had 1.8089.1. Since the dev channel version (1.7196.1~dev...) sorts higher
than the old stable, nix flake check's channel-version-order invariant
failed. Sync to main's current stable metadata.

https://claude.ai/code/session_019tj5p9ELz22bCUqkK13NtX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants