aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 4d32712..7f7f3bd 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,7 +9,7 @@ with import <nixpkgs> {}; {
yarn
tmux
tmuxinator
- nodejs-7_x
+ nodejs-8_x
];
shellHook = ''
export PATH=node_modules/.bin:$PATH;