environment.variables: give an example

This commit is contained in:
Matthieu Coudron
2018-01-22 10:40:23 +09:00
parent d9ebd0d35b
commit 91648a2f22
+1 -1
View File
@@ -36,7 +36,7 @@ in
default = {};
description = ''
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
strings. The latter is concatenated, interspersed with colon
characters.