shell: mark shellHook as sh

This commit is contained in:
tv 2017-06-30 03:16:24 +02:00
parent 0d9ded0b58
commit b9c11e44e7

View File

@ -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