diff options
author | tv <tv@krebsco.de> | 2017-06-30 03:16:24 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-06-30 03:16:24 +0200 |
commit | eabfaedf0842a72eb097d6fc5469832c0ec057a4 (patch) | |
tree | 8814104355fcda29a1dd89c4c2916ab2afa7b893 | |
parent | a65494301f24bd65cecf23777203386a9d1ab15f (diff) |
shell: mark shellHook as sh
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ in pkgs.stdenv.mkDerivation { name = "stockholm"; - shellHook = '' + shellHook = /* sh */ '' export NIX_PATH="stockholm=$PWD''${NIX_PATH+:$NIX_PATH}" export PATH=${lib.makeBinPath [ hook.pkg |