diff options
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 4b4c392..2bb0824 100644 --- a/default.nix +++ b/default.nix @@ -30,6 +30,7 @@ rec { pkgs.ghcid pkgs.git ]; + withHoogle = true; shellHook = '' HISTFILE=${pkgs.lib.escapeShellArg ./.}/.history; export HISTFILE ''; |