chore(flake): update antigravity-nix, home-manager-unstable, nixpkgs-unstable - #63
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 06e3f1ab1c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "owner": "Spacecraft-Software", | ||
| "repo": "Construct", | ||
| "rev": "a46c108ec469c082b48a19ed0d040addef2fd44d", | ||
| "rev": "8b20eee251bb7626782244a4af97076f32e90b1b", |
There was a problem hiding this comment.
Re-vendor the skills after moving the Construct pin
Checked .github/workflows/skills-drift.yml: every flake.lock change runs pkgs/sync-skills.nu --check, which materializes this exact Construct revision and requires the allowed skill tree hashes to match .github/skills/. This change advances Construct but leaves that directory at the previous contents, so the drift gate rejects the change and cloud Copilot agents continue receiving stale skills; run nu pkgs/sync-skills.nu at this pin and commit the generated .github/skills/ changes alongside the lock update.
AGENTS.md reference: AGENTS.md:L205-L210
Useful? React with 👍 / 👎.
…unstable Routine input bump: antigravity-nix ed7db3ee -> 3822c726 home-manager-unstable c53d643b -> ec1a8fdf nixpkgs-unstable 0ae2bc14 -> 2c423e03 The antigravity-nix bump is a real move rather than the no-op that constraint #27 warns about: the pinned Antigravity IDE goes 2.8.1 -> 2.9.1, and antigravity.google/download advertises 2.9.1, so the input is current and needs no upstream version bump. nixpkgs-unstable carries tor-browser 15.0.19 -> 15.0.20. The construct bump this branch originally carried is dropped. #64 moved construct further forward (3a74842e) *and* regenerated the vendored .github/skills tree, which is what the skills-drift gate checks; bumping the input without re-running pkgs/sync-skills.nu is what failed that gate here. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GjWTZtXF81sgDXQgKTTbBS
06e3f1a to
5edacbc
Compare
Routine input bump.
antigravity-nixed7db3ee3822c726home-manager-unstablec53d643bec1a8fdfnixpkgs-unstable0ae2bc142c423e03Rebased —
constructbump droppedThis branch originally also bumped
construct, which failed theskills-driftgate: moving that input without re-runningpkgs/sync-skills.nuleaves the vendored.github/skills/tree stale, and the check exists to catch exactly that.#64 has since moved
constructfurther forward (3a74842e) and regenerated the vendored tree, so this branch is rebased onto that and now leavesconstructalone. The gate should pass.Antigravity (constraint #27)
A real move, not the silent no-op that constraint #27 documents: the pinned IDE goes 2.8.1 → 2.9.1, and
antigravity.google/downloadadvertises 2.9.1. Input is current; no upstreamupdate-version.shPR needed.Notable package movement
nixpkgs-unstablecarriestor-browser15.0.19 → 15.0.20 (#62 is already merged, so this lands the newer bundle).Verification
Both channels evaluate against the rebased lock:
bravais-thinkpad→r8zahgqdr9zxjf5gn1ihd0br9b1mvpa1-nixos-system-…-26.05.…drvbravais-thinkpad-unstable→40690pzc3icsfy9vk25g6a8rrwrl5k4j-nixos-system-…-26.11.20260822.2c423e0.drvnixdid not rewrite the lock during evaluation — the diff is exactly 3 inputs × 3 fields.A full
toplevelbuild was not run: the system disk is at roughly 640 MB free, which is not enough for one.🤖 Generated with Claude Code
https://claude.ai/code/session_01GjWTZtXF81sgDXQgKTTbBS