We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ddc2d0 + 114cfb7 commit 51dcae6Copy full SHA for 51dcae6
1 file changed
nix/lib.nix
@@ -21,7 +21,7 @@ let
21
22
# Single npm deps fetch from the workspace root lockfile.
23
# All workspace packages share this derivation.
24
- npmDepsHash = "sha256-kbjJksq7limRIYqP3DwI+GNgCXkG96tXcsQqmuEedxo=";
+ npmDepsHash = "sha256-rcZA9b/e02qQOvurztSkpQWrGyS2QL8pn0Jc8wuGs2c=";
25
26
npmDeps = pkgs.fetchNpmDeps {
27
inherit src;
0 commit comments