We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8b255 commit 489e1e9Copy full SHA for 489e1e9
1 file changed
shell.nix
@@ -72,7 +72,7 @@ let
72
]) (builtins.attrNames sharedLibDeps);
73
in
74
pkgs.mkShell {
75
- inherit (pkgs.nodejs_latest) nativeBuildInputs;
+ inherit (pkgs.nodejs-slim_latest) nativeBuildInputs;
76
77
buildInputs =
78
buildInputs
0 commit comments