about summary refs log tree commit diff
path: root/third_party/nix/tests/pure-eval.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/pure-eval.nix')
-rw-r--r--third_party/nix/tests/pure-eval.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/tests/pure-eval.nix b/third_party/nix/tests/pure-eval.nix
new file mode 100644
index 0000000000..ed25b3d456
--- /dev/null
+++ b/third_party/nix/tests/pure-eval.nix
@@ -0,0 +1,3 @@
+{
+  x = 123;
+}