1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00

Remove Input::hasAllInfo()

This commit is contained in:
Eelco Dolstra 2022-08-10 16:51:45 +02:00
parent 90e9f50a66
commit 3b45475f75
8 changed files with 0 additions and 52 deletions

View file

@ -134,13 +134,6 @@ struct GitArchiveInputScheme : InputScheme
};
}
bool hasAllInfo(const Input & input) const override
{
return input.getRev() &&
true; // FIXME
//maybeGetIntAttr(input.attrs, "lastModified");
}
Input applyOverrides(
const Input & _input,
std::optional<std::string> ref,