aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 44a461a..06709df 100644
--- a/default.nix
+++ b/default.nix
@@ -55,6 +55,7 @@ rec {
pkgs.haskell-language-server
] ++ anissue.passthru.dependencies;
withHoogle = true;
+ withHaddock = true;
shellHook = ''
HISTFILE=${pkgs.lib.escapeShellArg ./.}/.history; export HISTFILE
'';