about summary refs log blame commit diff
path: root/src/nix-store/dotgraph.hh
blob: 68410d84156dab4ab05e81e0030b54721fab630a (plain) (tree)
1
2
3
4
5
6
7
8
9
            
 


                   
 
                                          
 
 
#pragma once

#include "types.hh"

namespace nix {

void printDotGraph(const PathSet & roots);

}