#pragma once #include #include "ref.hh" namespace nix { class Store; Path exportGit(ref store, const std::string & uri, const std::string & rev); }