diff options
Diffstat (limited to 'third_party/nix/src/tests/lang/imported.nix')
-rw-r--r-- | third_party/nix/src/tests/lang/imported.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/tests/lang/imported.nix b/third_party/nix/src/tests/lang/imported.nix deleted file mode 100644 index fb39ee4efacd..000000000000 --- a/third_party/nix/src/tests/lang/imported.nix +++ /dev/null @@ -1,3 +0,0 @@ -# The function ‘range’ comes from lib.nix and was added to the lexical -# scope by scopedImport. -range 1 5 ++ import ./imported2.nix |