* nix -> nix-store, fix -> nix-instantiate.
This commit is contained in:
parent
ce92d1bf14
commit
b1117ef29d
21 changed files with 303 additions and 11 deletions
8
src/nix-store/dotgraph.hh
Normal file
8
src/nix-store/dotgraph.hh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __DOTGRAPH_H
|
||||
#define __DOTGRAPH_H
|
||||
|
||||
#include "storeexpr.hh"
|
||||
|
||||
void printDotGraph(const PathSet & roots);
|
||||
|
||||
#endif /* !__DOTGRAPH_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue