mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Input::hasAllInfo(): Remove
This commit is contained in:
parent
4d17c59d8d
commit
af302267e5
8 changed files with 1 additions and 56 deletions
|
@ -132,11 +132,6 @@ struct GitArchiveInputScheme : InputScheme
|
|||
};
|
||||
}
|
||||
|
||||
bool hasAllInfo(const Input & input) const override
|
||||
{
|
||||
return input.getRev() && maybeGetIntAttr(input.attrs, "lastModified");
|
||||
}
|
||||
|
||||
Input applyOverrides(
|
||||
const Input & _input,
|
||||
std::optional<std::string> ref,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue