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

#include "types.hh"

namespace nix {

class Store;

void printDotGraph(Store & store, const PathSet & roots);

}