about summary refs log tree commit diff
path: root/tests/lang/eval-okay-dynamic-attrs-bare.nix
AgeCommit message (Collapse)AuthorFilesLines
2014-01-14 Allow "bare" dynamic attrsShea Levy1-0/+17
Now, in addition to a."${b}".c, you can write a.${b}.c (applicable wherever dynamic attributes are valid). Signed-off-by: Shea Levy <shea@shealevy.com>