titaniumenv: use Node.js 4.x for the CLI tools

This commit is contained in:
Sander van der Burg 2017-01-24 10:55:29 +01:00
parent 4785a19444
commit 4f7fe27065

View File

@ -19,7 +19,7 @@ rec {
buildApp = import ./build-app.nix {
inherit (pkgs) stdenv python which jdk nodejs;
inherit (pkgs.nodePackages) titanium alloy;
inherit (pkgs.nodePackages_4_x) titanium alloy;
inherit (androidenv) androidsdk;
inherit (xcodeenv) xcodewrapper;
inherit titaniumsdk xcodeBaseDir;