treewide: Remove references to nodejs-4_x

This commit is contained in:
adisbladis
2018-02-22 10:52:07 +08:00
committed by Robin Gloster
parent 9b63265551
commit a1835b9924
3 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
let
nodeEnv = import ../../node-packages/node-env.nix {
@@ -13,4 +13,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}