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

smudgeLfs: Use default value

Eventually this should probably become a struct of options.
This commit is contained in:
Eelco Dolstra 2025-02-10 16:11:53 +01:00
parent c02fcebb30
commit d4ecf15dad
5 changed files with 14 additions and 11 deletions

View file

@ -90,7 +90,7 @@ struct GitRepo
const Hash & rev,
bool exportIgnore,
std::string displayPrefix,
bool smudgeLfs) = 0;
bool smudgeLfs = false) = 0;
virtual ref<SourceAccessor> getAccessor(const WorkdirInfo & wd, bool exportIgnore, MakeNotAllowedError makeNotAllowedError) = 0;