readest/nix
Huang Xin d5f7a042ce
Some checks are pending
Publish Docker image / build (linux/amd64, ubuntu-latest) (push) Waiting to run
Publish Docker image / build (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Publish Docker image / merge (push) Blocked by required conditions
Build with Nix / tests (push) Waiting to run
PR checks / nix_flake_check (push) Waiting to run
PR checks / rust_lint (push) Waiting to run
PR checks / koplugin_rust_lint (push) Waiting to run
PR checks / build_web_app (push) Waiting to run
PR checks / test_web_app (1) (push) Waiting to run
PR checks / test_web_app (2) (push) Waiting to run
PR checks / test_extensions (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (rust) (push) Waiting to run
PR checks / build_tauri_app (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
fix(nix): update pnpmDeps hash and verify dep hashes on PRs (#5779)
* chore: update agent memories and i18n

* ci: verify nix dependency hashes on pull requests

Lockfile changes require regenerating the fixed-output hashes in
nix/package.nix. The nix build on main cannot catch a stale hash before
merge, and it fails late with ERR_PNPM_NO_OFFLINE_TARBALL because the
old dep store is substituted from the binary cache. This check runs on
pull requests that touch a lockfile and rebuilds the three dependency
fetches from the network, so a stale hash fails fast and prints the
expected and actual hash pair.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(nix): update pnpmDeps hash for the lockfile from #5778

The lockfile changed in #5778 without regenerating the hash, which broke
the nix build on main. Hash computed by the nix-deps-check run on this
pull request.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-18 21:30:26 +02:00
..
package.nix fix(nix): update pnpmDeps hash and verify dep hashes on PRs (#5779) 2026-08-18 21:30:26 +02:00