Skip to content

Conversation

@Junseo5
Copy link
Contributor

@Junseo5 Junseo5 commented Jan 6, 2026

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.

@Junseo5 Junseo5 requested a review from adamdotdevin as a code owner January 6, 2026 07:31
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@adamdotdevin adamdotdevin force-pushed the fix/desktop-nix-offline-single-instance-lock branch from 90a8f6e to 4ecb305 Compare January 6, 2026 11:26
@adamdotdevin
Copy link
Contributor

Brendan beat you to it! Thanks for this, though! e5a8681

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