diff options
Diffstat (limited to 'third_party/nix/tests/pure-eval.nix')
-rw-r--r-- | third_party/nix/tests/pure-eval.nix | 3 |
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 000000000000..ed25b3d45637 --- /dev/null +++ b/third_party/nix/tests/pure-eval.nix @@ -0,0 +1,3 @@ +{ + x = 123; +} |