1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-17 18:38:28 +02:00

Document dynamic attributes

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-01-22 00:33:18 +00:00 committed by Eelco Dolstra
parent 42eb4afd7a
commit 733214144a
2 changed files with 23 additions and 4 deletions

View file

@ -21,6 +21,12 @@
<listitem><para><command>nix-setuid-helper</command> is
gone.</para></listitem>
<listitem><para>Now antiquotation is allowed inside of quoted
attribute names (e.g. <literal>set."${foo}"</literal>). In the
case where the attribute name is just a single antiquotation,
the quotes can be dropped (e.g. the above example can be written
<literal>set.${foo}</literal>).</para></listitem>
</itemizedlist>
</section>