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:
parent
42eb4afd7a
commit
733214144a
2 changed files with 23 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue