mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Typo
This commit is contained in:
parent
9286b1aeda
commit
9512afa9ad
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ struct GitInputScheme : InputScheme
|
|||
|
||||
printTalkative("using revision %s of repo '%s'", input.getRev()->gitRev(), repoInfo.url);
|
||||
|
||||
/* Now that we know the ref, check again whether we have it in
|
||||
/* Now that we know the rev, check again whether we have it in
|
||||
the store. */
|
||||
if (auto res = getCache()->lookup(store, getLockedAttrs()))
|
||||
return makeResult(res->first, std::move(res->second));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue