nix-gh/src/nix-env
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
..
help.txt * More documentation. 2007-12-31 02:52:17 +00:00
Makefile.am * Handle out of memory condition. 2010-10-28 12:29:40 +00:00
nix-env.cc * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
profiles.cc * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00
profiles.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00
user-env.cc * Refactoring: move parseExprFromFile() and parseExprFromString() into 2011-08-06 13:02:55 +00:00
user-env.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00