diff options
author | Joris | 2017-11-11 10:28:53 +0100 |
---|---|---|
committer | Joris | 2017-11-11 10:28:53 +0100 |
commit | d329b50e423ee582f1ca979a143b1df7e19f5b9a (patch) | |
tree | 12a49183749a826043bd704ed2b582834001a597 /shell.nix | |
parent | a3c1f61d853a26f67b6701222d6f61e6c375a8f1 (diff) |
Update env
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; |