guix/tests/lang/eval-okay-search-path.nix
Eelco Dolstra 07340b8be7 * 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).
2011-08-06 18:23:38 +00:00

4 lines
115 B
Nix

assert builtins.pathExists <nix/buildenv>;
import <a.nix> + import <b.nix> + import <c.nix> + import <dir5/c.nix>