aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-attrs6.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/eval-okay-attrs6.nix')
-rw-r--r--tests/functional/lang/eval-okay-attrs6.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-okay-attrs6.nix b/tests/functional/lang/eval-okay-attrs6.nix
new file mode 100644
index 000000000..2e5c85483
--- /dev/null
+++ b/tests/functional/lang/eval-okay-attrs6.nix
@@ -0,0 +1,4 @@
+rec {
+ "${"foo"}" = "bar";
+ __overrides = { bar = "qux"; };
+}