Skip to content

Commit e9626e2

Browse files
committed
Use npmConfigHook
1 parent dfa1d20 commit e9626e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nix/templates/pkg/javascript/flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
npmDepsHash = "sha256-wfuvrCG5H4/Igqt6pyrKPHBblgGdkGNOHWu7i6DTWEE=";
3535

36-
npmBuild = "npm run build";
36+
npmConfigHook = pkgs.importNpmLock.npmConfigHook;
3737

3838
installPhase = ''
3939
mkdir $out

0 commit comments

Comments
 (0)