environment.variables: give an example

This commit is contained in:
Matthieu Coudron 2017-09-30 15:31:26 +09:00
parent d9ebd0d35b
commit 91648a2f22

View File

@ -36,7 +36,7 @@ in
default = {}; default = {};
description = '' description = ''
A set of environment variables used in the global environment. A set of environment variables used in the global environment.
These variables will be set on shell initialisation. These variables will be set on shell initialisation (e.g. in /etc/profile).
The value of each variable can be either a string or a list of The value of each variable can be either a string or a list of
strings. The latter is concatenated, interspersed with colon strings. The latter is concatenated, interspersed with colon
characters. characters.