We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee09b85 commit 33a2cf1Copy full SHA for 33a2cf1
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