environment: remove sbin from PATH

sbin is a symlink to bin. /run/current-system/sw/sbin and related
profiles only contains packages, which have this symlink. It is a subset
of bin.
This commit is contained in:
Jörg Thalheim 2017-05-06 08:34:19 +01:00
parent 37f59b3586
commit 539b091f6e
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

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" ];