#pragma once

#include "types.hh"

namespace nix {

void printDotGraph(const PathSet & roots);

}