Skip to content

Commit

Permalink
Merge pull request #1202 from soundofspace/fix--sync-nodejs-versions
Browse files Browse the repository at this point in the history
Fix: sync nodejs versions
  • Loading branch information
domenkozar authored May 19, 2024
2 parents c30bdfd + 3b5b383 commit 32983f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/javascript.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ in
]
++ lib.optional cfg.npm.enable (cfg.npm.package)
++ lib.optional cfg.pnpm.enable (cfg.pnpm.package)
++ lib.optional cfg.yarn.enable (cfg.yarn.package)
++ lib.optional cfg.yarn.enable (cfg.yarn.package.override { nodejs = cfg.package; })
++ lib.optional cfg.bun.enable (cfg.bun.package)
++ lib.optional cfg.corepack.enable (pkgs.runCommand "corepack-enable" { } ''
mkdir -p $out/bin
Expand Down

0 comments on commit 32983f6

Please sign in to comment.