diff options
Diffstat (limited to 'test/testdata/eval-okay-attrs6.nix')
-rw-r--r-- | test/testdata/eval-okay-attrs6.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-attrs6.nix b/test/testdata/eval-okay-attrs6.nix new file mode 100644 index 0000000..2e5c854 --- /dev/null +++ b/test/testdata/eval-okay-attrs6.nix | |||
@@ -0,0 +1,4 @@ | |||
1 | rec { | ||
2 | "${"foo"}" = "bar"; | ||
3 | __overrides = { bar = "qux"; }; | ||
4 | } | ||