guix/src/nix-store
Eelco Dolstra e0181f56be * `nix-store -q --tree' shows a tree representing the dependency graph
of the given derivation.  Useful for getting a quick overview of how
  something was built.  E.g., to find out how the `baffle' program in
  your user environment was built, you can do

    $ nix-store -q --tree $(nix-store -qd $(which baffle))

  Tree nesting depth is minimised (?) by topologically sorting paths
  under the relation A < B iff A \in closure(B).
2005-02-17 15:57:46 +00:00
..
Makefile.am * Do initialise state (the DB etc.) when doing a `make install', 2004-04-21 10:54:46 +00:00
dotgraph.cc * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' -> 2005-01-19 16:39:47 +00:00
dotgraph.hh * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' -> 2005-01-19 16:39:47 +00:00
help.txt * `nix-store -q --tree' shows a tree representing the dependency graph 2005-02-17 15:57:46 +00:00
main.cc * `nix-store -q --tree' shows a tree representing the dependency graph 2005-02-17 15:57:46 +00:00