[PR #7057] fix(desktop): update Cargo.lock for tauri-plugin-single-instance (Nix offline) #12229

Closed
opened 2026-02-16 18:17:09 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/7057

State: closed
Merged: No


This fixes a CI regression introduced by #6966

Nix builds the desktop app with Cargo --offline using a vendored registry derived from Cargo.lock. After #6966 added tauri-plugin-single-instance to Cargo.toml, the lockfile wasn’t updated, so the vendored source didn’t include that crate and nix desktop / build-desktop fails on Linux/macOS with:

error: no matching package named tauri-plugin-single-instance found

This PR updates Cargo.lock to include tauri-plugin-single-instance, unblocking the offline Nix build.

Tests

CI (nix desktop / build-desktop) should pass after this change.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/7057 **State:** closed **Merged:** No --- This fixes a CI regression introduced by #6966 Nix builds the desktop app with Cargo --offline using a vendored registry derived from Cargo.lock. After #6966 added tauri-plugin-single-instance to Cargo.toml, the lockfile wasn’t updated, so the vendored source didn’t include that crate and nix desktop / build-desktop fails on Linux/macOS with: error: no matching package named tauri-plugin-single-instance found This PR updates Cargo.lock to include tauri-plugin-single-instance, unblocking the offline Nix build. Tests CI (nix desktop / build-desktop) should pass after this change.
yindo added the pull-request label 2026-02-16 18:17:09 -05:00
yindo closed this issue 2026-02-16 18:17:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12229