1
0
Fork 0
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:
Eelco Dolstra 2020-05-30 00:59:13 +02:00
parent 950b46821f
commit 0e7f77a59a
2 changed files with 15 additions and 4 deletions

View file

@ -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)