Fix stale npmDepsHash after package-lock metadata changes #8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Redview commit
fcb4a0f25379be559ea2425cc125972cd6edb731addslicense: "EUPL-1.2"topackage.jsonand the root entry inpackage-lock.json. Although no dependencies changed, this changes the npm dependency fixed-output content hash.The Nix package still declares the previous hash in
nix/package.nix:Building the candidate fails with:
Requested fix
Update
nix/package.nixto use the newly calculated hash, then verify the Redview package and Lyra/NixOS configuration build successfully.This rejected the automated flake update in the downstream
nixos-configrepository.