We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a4653 commit d5a3407Copy full SHA for d5a3407
1 file changed
shell.nix
@@ -2,6 +2,6 @@
2
pkgs.mkShell {
3
nativeBuildInputs = with pkgs; [
4
nodejs_20
5
- nodePackages.npm
+ pkgs.prefetch-npm-deps
6
];
7
}
0 commit comments