summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-27 17:35:23 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-27 17:36:46 +0100
commite7cd18e90709673de175d67d9d2033b26555640d (patch)
tree4bd284aeb63154335ba02c711e117571e41d9db3 /nixos/modules/programs
parent24d192c8eb2bb67773bbc3e6a32fc17578ce7180 (diff)
downloadnixlib-e7cd18e90709673de175d67d9d2033b26555640d.tar
nixlib-e7cd18e90709673de175d67d9d2033b26555640d.tar.gz
nixlib-e7cd18e90709673de175d67d9d2033b26555640d.tar.bz2
nixlib-e7cd18e90709673de175d67d9d2033b26555640d.tar.lz
nixlib-e7cd18e90709673de175d67d9d2033b26555640d.tar.xz
nixlib-e7cd18e90709673de175d67d9d2033b26555640d.tar.zst
nixlib-e7cd18e90709673de175d67d9d2033b26555640d.zip
Don't set $MANPATH
The default is derived automatically from $PATH, so it's in fact
better *not* to set it.
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index d79aff5dc553..a5ec387df647 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -40,7 +40,6 @@ in
     # TODO: move most of these elsewhere
     environment.profileRelativeEnvVars =
       { PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
-        MANPATH = [ "/man" "/share/man" ];
         INFOPATH = [ "/info" "/share/info" ];
         PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
         TERMINFO_DIRS = [ "/share/terminfo" ];