node: bumped to nodejs8, and updated packages.

This commit is contained in:
Marcin Kuzminski 2018-10-25 12:22:12 +02:00
parent ca5f1e1b5e
commit 1f3c655143
2 changed files with 23 additions and 23 deletions

View file

@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
let
nodeEnv = import ./node-env.nix {