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