Skip to content

Commit

Permalink
Revert "javascript: support bun"
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 6, 2024
1 parent 4eccee9 commit c7a819f
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 @@ -22,7 +22,7 @@ let
if [ "$ACTUAL_NPM_CHECKSUM" != "$EXPECTED_NPM_CHECKSUM" ]
then
if ${lib.getExe cfg.package} install
if ${cfg.package}/bin/npm install
then
echo "$ACTUAL_NPM_CHECKSUM" > "$NPM_CHECKSUM_FILE"
else
Expand All @@ -47,7 +47,7 @@ in
type = lib.types.package;
default = pkgs.nodejs;
defaultText = lib.literalExpression "pkgs.nodejs";
description = "The Node package to use, for example pkgs.bun";
description = "The Node package to use.";
};

corepack = {
Expand Down

0 comments on commit c7a819f

Please sign in to comment.