diff options
Diffstat (limited to 'tests/lang/imported.nix')
-rw-r--r-- | tests/lang/imported.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lang/imported.nix b/tests/lang/imported.nix new file mode 100644 index 000000000000..fb39ee4efacd --- /dev/null +++ b/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 |