environment.profileRelativeEnvVars: remove sbin from example

follow up of https://github.com/NixOS/nixpkgs/pull/25550
This commit is contained in:
Jörg Thalheim 2017-05-09 08:46:55 +01:00
parent e060a5ee15
commit ddb6d0962e
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -55,7 +55,7 @@ in
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