#pragma once #include "input-accessor.hh" #include "source-path.hh" namespace nix { class StorePath; class Store; ref makeFSInputAccessor(); ref makeFSInputAccessor(std::filesystem::path root); ref makeStorePathAccessor( ref store, const StorePath & storePath); SourcePath getUnfilteredRootPath(CanonPath path); }