diff options
Diffstat (limited to 'tests/lang/eval-okay-search-path.nix')
-rw-r--r-- | tests/lang/eval-okay-search-path.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-search-path.nix b/tests/lang/eval-okay-search-path.nix new file mode 100644 index 000000000000..cc1df08f0185 --- /dev/null +++ b/tests/lang/eval-okay-search-path.nix @@ -0,0 +1,3 @@ +import <a.nix> + import <b.nix> + import <c.nix> + + |