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:
parent
f8141a2c26
commit
95da93c05b
5 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue