Skip to content

Commit

Permalink
Use nodejs-slim package by default
Browse files Browse the repository at this point in the history
  • Loading branch information
totoroot committed Mar 6, 2024
1 parent 328bb06 commit 416e90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/languages/javascript.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ in

package = lib.mkOption {
type = lib.types.package;
default = pkgs.nodejs;
defaultText = lib.literalExpression "pkgs.nodejs";
default = pkgs.nodejs-slim;
defaultText = lib.literalExpression "pkgs.nodejs-slim";
description = "The Node package to use.";
};

Expand Down

0 comments on commit 416e90f

Please sign in to comment.