node: bumped to nodejs8, and updated packages.
This commit is contained in:
parent
ca5f1e1b5e
commit
1f3c655143
2 changed files with 23 additions and 23 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue