3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #25550 from Mic92/sbin

environment: remove sbin from PATH
This commit is contained in:
Jörg Thalheim 2017-05-09 08:39:01 +01:00 committed by GitHub
commit 33cfad8227

View file

@ -31,7 +31,7 @@ in
# TODO: move most of these elsewhere
environment.profileRelativeEnvVars =
{ PATH = [ "/bin" "/sbin" ];
{ PATH = [ "/bin" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
TERMINFO_DIRS = [ "/share/terminfo" ];