From 76f985b92d95fef967c1f3193d05244ced15420b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 12 Apr 2015 20:30:47 -0400 Subject: [PATCH] add the manpath to the installer --- scripts/nix-profile.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in index a91b54bd5..eb34fcd75 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