summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-06-30 03:16:24 +0200
committertv <tv@krebsco.de>2017-06-30 03:16:24 +0200
commiteabfaedf0842a72eb097d6fc5469832c0ec057a4 (patch)
tree8814104355fcda29a1dd89c4c2916ab2afa7b893
parenta65494301f24bd65cecf23777203386a9d1ab15f (diff)
shell: mark shellHook as sh
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d6e09e1..26db52c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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