#pragma once #include "store-api.hh" namespace nix { void printDotGraph(ref store, StorePathSet && roots); }