From 07340b8be742e08f1a000475eb1f389d5525d6c8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 6 Aug 2011 18:23:38 +0000 Subject: * Add the Nix corepkgs to the end of the search path. This makes it possible for other Nix expressions to use corepkgs (mostly useful for the buildenv function). --- tests/lang/eval-okay-search-path.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lang/eval-okay-search-path.nix') diff --git a/tests/lang/eval-okay-search-path.nix b/tests/lang/eval-okay-search-path.nix index 02920149b5be..21485dbbf62e 100644 --- a/tests/lang/eval-okay-search-path.nix +++ b/tests/lang/eval-okay-search-path.nix @@ -1,3 +1,3 @@ -import + import + import + import - +assert builtins.pathExists ; +import + import + import + import -- cgit 1.4.1