1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
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
..
bin2c * Sync with the trunk. 2010-04-20 09:20:29 +00:00
boost * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
bsdiff-4.3 * Quick hack around one of the pathological cases in bsdiff 2010-11-29 17:07:04 +00:00
libexpr * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
libmain Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
libstore * Fix a huuuuge security hole in the Nix daemon. It didn't check that 2011-07-20 18:10:47 +00:00
libutil * Sync with the trunk. 2011-02-09 12:25:53 +00:00
nix-env * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
nix-hash * Store the size of a store path in the database (to be precise, the 2010-11-16 17:11:46 +00:00
nix-instantiate * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
nix-log2xml * Emit warning='1' or error='1' attributes for lines marked as 2010-03-05 12:54:58 +00:00
nix-setuid-helper * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-store * Add an operation `nix-store -q --size'. 2010-11-17 12:40:52 +00:00
nix-worker * Propagate the "100" exit status for failed builds through the Nix 2010-12-17 11:28:26 +00:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00