mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Typo
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
188d97e1f1
commit
fc09815eda
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ std::pair<ref<SourceAccessor>, Input> Input::getAccessorUnchecked(ref<Store> sto
|
|||
|
||||
FIXME: add a setting to disable this.
|
||||
FIXME: substituting may be slower than fetching normally,
|
||||
e.g. for fetchers like that Git that are incremental!
|
||||
e.g. for fetchers like Git that are incremental!
|
||||
*/
|
||||
if (isFinal() && getNarHash()) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue