diff options
author | tv <tv@shackspace.de> | 2014-12-27 12:40:23 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-12-27 12:40:23 +0100 |
commit | 88faa0955ea79986bf9d76a7892dd694fe1d3594 (patch) | |
tree | a473b8fcffcecaceb95a92165419a9f0286bd37c /env.nix | |
parent | 8ba04b360b69ad341c1cc42534ea826018eaaced (diff) |
env.nix: ~/.env-home-reduction; ref load-env 58f2234
Diffstat (limited to 'env.nix')
-rw-r--r-- | env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ let ]; extraCmds = with pkgs; '' - export HISTFILE="\$HOME/.history/env-${name}" + export MANPATH=$(ls -d $(echo "$PATH" | tr : \\n | sed -n 's:\(^/nix/store/[^/]\+\).*:\1/share/man:p') 2>/dev/null | tr \\n :) $(grep export ${hsEnv.outPath}/bin/ghc) ${mkExports staticPkgs} ''; |