Files
nix/tests
Eelco Dolstra 1ecc97b6bd * Add a Nix expression search path feature. Paths between angle
brackets, e.g.

    import <nixpkgs/pkgs/lib>

  are resolved by looking them up relative to the elements listed in
  the search path.  This allows us to get rid of hacks like

    import "${builtins.getEnv "NIXPKGS_ALL"}/pkgs/lib"

  The search path can be specified through the ‘-I’ command-line flag
  and through the colon-separated ‘NIX_PATH’ environment variable,
  e.g.,

    $ nix-build -I /etc/nixos ...

  If a file is not found in the search path, an error message is
  lazily thrown.
2011-08-06 16:05:24 +00:00
..
2011-07-20 11:50:13 +00:00
2010-04-01 16:59:07 +00:00
2009-03-18 16:36:13 +00:00
2007-08-13 13:15:02 +00:00
2007-01-29 14:23:09 +00:00
2006-03-01 14:26:03 +00:00
2006-07-21 13:21:43 +00:00
2010-12-05 17:50:29 +00:00
2006-03-01 12:51:18 +00:00
2011-07-20 11:50:13 +00:00
2007-08-13 13:15:02 +00:00
2008-12-03 16:15:38 +00:00
2010-11-17 14:35:14 +00:00
2006-07-21 13:21:43 +00:00
2008-06-15 15:10:03 +00:00
2006-03-01 12:51:18 +00:00