mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 14:01:05 +01:00
Remove superfluous TreeInfo::rev field
This commit is contained in:
parent
b9d64f9318
commit
887730aab3
9 changed files with 36 additions and 38 deletions
|
|
@ -114,7 +114,6 @@ struct GitHubInput : Input
|
|||
.actualPath = dresult.path,
|
||||
.storePath = store->parseStorePath(dresult.storePath),
|
||||
.info = TreeInfo {
|
||||
.rev = *rev,
|
||||
.lastModified = *dresult.lastModified,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue