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:
parent
be6713c536
commit
acd4278c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue