about summary refs log tree commit diff
path: root/third_party/nix/src/nix-store/dotgraph.hh
#pragma once

#include "types.hh"

namespace nix {

class Store;

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

}  // namespace nix