Skip to content

Commit d5a3407

Browse files
committed
fix (CI): Update Nix NPM package name
1 parent c5a4653 commit d5a3407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
pkgs.mkShell {
33
nativeBuildInputs = with pkgs; [
44
nodejs_20
5-
nodePackages.npm
5+
pkgs.prefetch-npm-deps
66
];
77
}

0 commit comments

Comments
 (0)