summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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