Merge pull request #40938 from NixOS/yegortimoshenko-patch-4

nodejs: update to nodejs-8_x
This commit is contained in:
Yegor Timoshenko
2018-05-23 00:08:18 +03:00
committed by GitHub

View File

@@ -3438,7 +3438,7 @@ with pkgs;
nixnote2 = libsForQt5.callPackage ../applications/misc/nixnote2 { };
nodejs = hiPrio nodejs-6_x;
nodejs = hiPrio nodejs-8_x;
nodejs-slim = nodejs-slim-6_x;