1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 13:11:00 +01:00

Input::clone(): Use std::filesystem::path

This commit is contained in:
Eelco Dolstra 2025-10-10 13:38:53 +02:00
parent f8141a2c26
commit 95da93c05b
5 changed files with 9 additions and 9 deletions

View file

@ -278,7 +278,7 @@ struct GitInputScheme : InputScheme
return res;
}
void clone(const Settings & settings, const Input & input, const Path & destDir) const override
void clone(const Settings & settings, const Input & input, const std::filesystem::path & destDir) const override
{
auto repoInfo = getRepoInfo(input);