packages feed

hnix-0.7.0: data/nix/src/nix-store/dotgraph.hh

#pragma once

#include "types.hh"

namespace nix {

class Store;

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

}