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