diff options
author | Michael Merickel <michael@merickel.org> | 2015-04-13T00·30-0400 |
---|---|---|
committer | Michael Merickel <michael@merickel.org> | 2015-04-13T00·30-0400 |
commit | 76f985b92d95fef967c1f3193d05244ced15420b (patch) | |
tree | 1500d61a382c96b1b5e6c1f32867e2c7b13591f4 /scripts | |
parent | 1e4a4a2e9fc382f47f58b448f3ee034cdd28218a (diff) |
add the manpath to the installer
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-profile.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in index a91b54bd589f..eb34fcd75129 100644 --- a/scripts/nix-profile.sh.in +++ b/scripts/nix-profile.sh.in @@ -9,6 +9,7 @@ if [ -n "$HOME" ]; then fi export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH + export MANPATH=$NIX_LINK/share/man:$MANPATH # Subscribe the user to the Nixpkgs channel by default. if [ ! -e $HOME/.nix-channels ]; then |