diff options
Diffstat (limited to 'third_party/nix/src/tests/lang/eval-okay-scope-7.nix')
-rw-r--r-- | third_party/nix/src/tests/lang/eval-okay-scope-7.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/nix/src/tests/lang/eval-okay-scope-7.nix b/third_party/nix/src/tests/lang/eval-okay-scope-7.nix deleted file mode 100644 index 4da02968f6b7..000000000000 --- a/third_party/nix/src/tests/lang/eval-okay-scope-7.nix +++ /dev/null @@ -1,6 +0,0 @@ -rec { - inherit (x) y; - x = { - y = 1; - }; -}.y |