forked from lix-project/lix
e2a70b7ec0
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). |
||
---|---|---|
.. | ||
build.cc | ||
build.hh | ||
db.cc | ||
db.hh | ||
derivations-ast.def | ||
derivations.cc | ||
derivations.hh | ||
gc.cc | ||
gc.hh | ||
globals.cc | ||
globals.hh | ||
Makefile.am | ||
misc.cc | ||
misc.hh | ||
pathlocks.cc | ||
pathlocks.hh | ||
references.cc | ||
references.hh | ||
store.cc | ||
store.hh | ||
test-builder-1.sh | ||
test-builder-2.sh |