mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
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). |
||
|---|---|---|
| .. | ||
| figures | ||
| bugs.xml | ||
| build-farm.xml | ||
| conf-file.xml | ||
| env-common.xml | ||
| glossary.xml | ||
| installation.xml | ||
| introduction.xml | ||
| Makefile.am | ||
| manual.xml | ||
| nix-build.xml | ||
| nix-channel.xml | ||
| nix-collect-garbage.xml | ||
| nix-env.xml | ||
| nix-hash.xml | ||
| nix-install-package.xml | ||
| nix-instantiate.xml | ||
| nix-lang-ref.xml | ||
| nix-pack-closure.xml | ||
| nix-prefetch-url.xml | ||
| nix-pull.xml | ||
| nix-push.xml | ||
| nix-store.xml | ||
| nix-unpack-closure.xml | ||
| opt-common-syn.xml | ||
| opt-common.xml | ||
| package-management.xml | ||
| quick-start.xml | ||
| quote-literals.xsl | ||
| release-notes.xml | ||
| schemas.xml | ||
| style.css | ||
| troubleshooting.xml | ||
| writing-nix-expressions.xml | ||