diff options
author | Gleb Peregud <gleber.p@gmail.com> | 2018-05-02T20·07+0200 |
---|---|---|
committer | Gleb Peregud <gleber.p@gmail.com> | 2018-05-02T20·45+0200 |
commit | 5ba6395378e6e92266bba0dd46e3cf3ab6e2fce8 (patch) | |
tree | 9a2709595f75771067bd8dcde2cda160078a65d5 /doc/manual/expressions/advanced-attributes.xml | |
parent | 53ec5ac69f59ac435b18297a594933e83e236766 (diff) |
docs: mention source of env variables used by `impureEnvVars`.
Diffstat (limited to 'doc/manual/expressions/advanced-attributes.xml')
-rw-r--r-- | doc/manual/expressions/advanced-attributes.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/manual/expressions/advanced-attributes.xml b/doc/manual/expressions/advanced-attributes.xml index f3cf98371302..dfd013b5cf31 100644 --- a/doc/manual/expressions/advanced-attributes.xml +++ b/doc/manual/expressions/advanced-attributes.xml @@ -112,7 +112,13 @@ impureEnvVars = [ "http_proxy" "https_proxy" <replaceable>...</replaceable> ]; linkend="fixed-output-drvs">fixed-output derivations</link>, where impurities such as these are okay since (the hash of) the output is known in advance. It is ignored for all other - derivations.</para></listitem> + derivations.</para> + + <warning><para><varname>impureEnvVars</varname> implementation takes + environment variables from the current builder process. When a daemon is + building its environmental variables are used. Without the daemon, the + environmental variables come from the environment of the + <command>nix-build</command>.</para></warning></listitem> </varlistentry> |