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