1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

add libcurl to deps, builds now

This commit is contained in:
Brian Camacho 2024-10-26 15:02:57 -04:00
parent ba417a2172
commit 87e0bc9e21
4 changed files with 8 additions and 7 deletions

View file

@ -74,10 +74,6 @@ struct GitRepo
virtual std::string resolveSubmoduleUrl(const std::string & url) = 0;
virtual std::string resolveSubmoduleUrl(
const std::string & url,
const std::string & base) = 0;
virtual bool hasObject(const Hash & oid) = 0;
virtual ref<SourceAccessor> getAccessor(const Hash & rev, bool exportIgnore) = 0;