environment.profileRelativeEnvVars: remove sbin from example

follow up of https://github.com/NixOS/nixpkgs/pull/25550

Changed files
+1 -1
nixos
modules
+1 -1
nixos/modules/config/shells-environment.nix
···
environment.profileRelativeEnvVars = mkOption {
type = types.attrsOf (types.listOf types.str);
-
example = { PATH = [ "/bin" "/sbin" ]; MANPATH = [ "/man" "/share/man" ]; };
+
example = { PATH = [ "/bin" ]; MANPATH = [ "/man" "/share/man" ]; };
description = ''
Attribute set of environment variable. Each attribute maps to a list
of relative paths. Each relative path is appended to the each profile