mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Check revCount / lastModified input attributes if specified
This commit is contained in:
parent
950b46821f
commit
0e7f77a59a
2 changed files with 15 additions and 4 deletions
|
@ -45,6 +45,7 @@ struct GitArchiveInputScheme : InputScheme
|
|||
throw BadURL("URL '%s' contains multiple branch/tag names", url.url);
|
||||
ref = value;
|
||||
}
|
||||
// FIXME: barf on unsupported attributes
|
||||
}
|
||||
|
||||
if (ref && rev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue