Skip to content

Commit 33a2cf1

Browse files
fix (CI): Update Nix NPM package name (#1375)
Co-authored-by: Thomas Zimmerman <41023059+thomas-zimmerman@users.noreply.github.com>
1 parent ee09b85 commit 33a2cf1

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)