aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-okay-attrs6.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-okay-attrs6.nix')
-rw-r--r--test/testdata/eval-okay-attrs6.nix4
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 @@
1rec {
2 "${"foo"}" = "bar";
3 __overrides = { bar = "qux"; };
4}