Module nix_query_tree
Source - exec_nix_store
- parsing
- NixQueryDrv
- This corresponds to a nix store path.
- NixQueryEntry
NixQueryDrv
coupled with a marker for a recursive entry.- NixQueryPathMap
- A mapping of
NixQueryDrv
to TreePath
. This gives an easy way to
figure out where a NixQueryDrv
is an a NixQueryTree
. - NixQueryTree
- A
Tree
representing the result from nix store --query --tree
.
- Recurse
- Whether or not there is a separate entry in this tree that recurses into the dependencies for
this nix store entry.