summaryrefslogtreecommitdiffstats
path: root/shell.nix
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
commitb9c11e44e779769ca0a6b13eedee82782bc63927 (patch)
treedd6ad9a2bafde6476d0dbf68857126a8ddac064c /shell.nix
parent0d9ded0b58b79fd35fa14f41726d9f8a4aa4a78e (diff)
shell: mark shellHook as sh
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d6e09e1a..26db52c3 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