A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community https://lix.systems
Find a file
Eelco Dolstra e2a70b7ec0 * Magic attribute `exportReferencesGraph' that allows the references
graph to be passed to a builder.  This attribute should be a list of
  pairs [name1 path1 name2 path2 ...].  The references graph of each
  `pathN' will be stored in a text file `nameN' in the temporary build
  directory.  The text files have the format used by `nix-store
  --register-validity'.  However, the deriver fields are left empty.

  `exportReferencesGraph' is useful for builders that want to do
  something with the closure of a store path.  Examples: the builders
  that make initrds and ISO images for NixOS.

  `exportReferencesGraph' is entirely pure.  It's necessary because
  otherwise the only way for a builder to get this information would
  be to call `nix-store' directly, which is not allowed (though
  unfortunately possible).
2006-11-13 18:18:13 +00:00
blacklisting
corepkgs
doc * Magic attribute `exportReferencesGraph' that allows the references 2006-11-13 18:18:13 +00:00
externals
make
misc
scripts * Oops, `nix-build --no-out-link' was broken. 2006-10-31 18:45:17 +00:00
src * Magic attribute `exportReferencesGraph' that allows the references 2006-11-13 18:18:13 +00:00
tests
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac * Don't use the result of `uname -p' on x86_64 as it gives wacky 2006-11-13 14:54:18 +00:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README
substitute.mk

For installation and usage instructions, please read the manual, which
can be found in `docs/manual/manual.html', and additionally at the Nix
website at <http://www.cs.uu.nl/groups/ST/Trace/Nix>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/)