Skip to content

Commit

Permalink
nodejs: make v10 the default
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Jun 14, 2019
1 parent c21c6fc commit 7445268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -4206,9 +4206,9 @@ in

nixnote2 = libsForQt5.callPackage ../applications/misc/nixnote2 { };

nodejs = hiPrio nodejs-8_x;
nodejs = hiPrio nodejs-10_x;

nodejs-slim = nodejs-slim-8_x;
nodejs-slim = nodejs-slim-10_x;

nodejs-8_x = callPackage ../development/web/nodejs/v8.nix {};
nodejs-slim-8_x = callPackage ../development/web/nodejs/v8.nix { enableNpm = false; };
Expand Down

0 comments on commit 7445268

Please sign in to comment.