1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* For fixed-output derivations, pass the environment variables listed

in the attribute variable `impureEnvVars' from the caller to the
  builder.
This commit is contained in:
Eelco Dolstra 2006-05-31 09:51:45 +00:00
parent 04cf72287b
commit 50fe85f016
2 changed files with 21 additions and 2 deletions

View file

@ -61,6 +61,8 @@ irreversible.</para></warning>
<listitem><para>TODO: function argument default values can refer to
other function arguments</para></listitem>
<listitem><para>TODO: proxy support.</para></listitem>
</itemizedlist>
</section>