summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/env.nix b/env.nix
index 9a7e27d..303f718 100644
--- a/env.nix
+++ b/env.nix
@@ -9,9 +9,6 @@ let
];
extraCmds = ''
- if test -d "\$HOME/.history"; then
- export HISTFILE="\$HOME/.history/env-${name}"
- fi
$(grep export ${hsEnv.outPath}/bin/ghc)
'';