nodejs: make v10 the default
This commit is contained in:
parent
1cafe467b1
commit
6a1c2e8a4f
@ -4208,9 +4208,9 @@ in
|
|||||||
|
|
||||||
nixnote2 = libsForQt5.callPackage ../applications/misc/nixnote2 { };
|
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-8_x = callPackage ../development/web/nodejs/v8.nix {};
|
||||||
nodejs-slim-8_x = callPackage ../development/web/nodejs/v8.nix { enableNpm = false; };
|
nodejs-slim-8_x = callPackage ../development/web/nodejs/v8.nix { enableNpm = false; };
|
||||||
|
Loading…
Reference in New Issue
Block a user