diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-profile.sh b/scripts/nix-profile.sh index 68a33ecc6d1e..fc5c13152030 100644 --- a/scripts/nix-profile.sh +++ b/scripts/nix-profile.sh @@ -14,6 +14,6 @@ if test -z "$NIX_SET"; then export PKG_CONFIG_PATH=$NIX_LINKS/lib/pkgconfig:$PKG_CONFIG_PATH - export MANPATH=$NIX_LINKS/man:$MANPATH +# export MANPATH=$NIX_LINKS/man:$MANPATH fi |