Skip to content

Commit 40b287d

Browse files
committed
derp
1 parent af38bba commit 40b287d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/templates/pkg/javascript/flake.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
src = self;
3333

34-
npmDepsHash = "sha256-wfuvrCG5H4/Igqt6pyrKPHBblgGdkGNOHWu7i6DTWEE=";
34+
npmDeps = pkgs.importNpmLock {
35+
npmRoot = ./.;
36+
};
3537

3638
npmConfigHook = pkgs.importNpmLock.npmConfigHook;
3739

0 commit comments

Comments
 (0)