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 | b9c11e44e779769ca0a6b13eedee82782bc63927 (patch) | |
tree | dd6ad9a2bafde6476d0dbf68857126a8ddac064c /shell.nix | |
parent | 0d9ded0b58b79fd35fa14f41726d9f8a4aa4a78e (diff) |
shell: mark shellHook as sh
Diffstat (limited to 'shell.nix')
-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 |