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