diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ with import <nixpkgs> {}; { yarn tmux tmuxinator - nodejs-7_x + nodejs-8_x ]; shellHook = '' export PATH=node_modules/.bin:$PATH; |