fix(nix): use fetchNpmDeps hash from flake check

prefetch-npm-deps returned a different digest than the actual
fetchNpmDeps build; use the CI-reported hash.
This commit is contained in:
Brooklyn Nicholson 2026-06-13 02:34:25 -05:00
parent be6713c536
commit acd4278c8a

View file

@ -21,7 +21,7 @@ let
# Single npm deps fetch from the workspace root lockfile.
# All workspace packages share this derivation.
npmDepsHash = "sha256-5+wQWDyy+fsxWXg3mxouWLURrok9sYQsIG/LNxvcCi4=";
npmDepsHash = "sha256-RLraluZYEWfg1cP4SFDlMo2qJ4eHWVkmQevMGThvxHA=";
npmDeps = pkgs.fetchNpmDeps {
inherit src;