1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Eelco Dolstra 2024-10-16 15:17:38 +02:00 committed by GitHub
parent 188d97e1f1
commit fc09815eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,7 +265,7 @@ std::pair<ref<SourceAccessor>, Input> Input::getAccessorUnchecked(ref<Store> sto
FIXME: add a setting to disable this. FIXME: add a setting to disable this.
FIXME: substituting may be slower than fetching normally, 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()) { if (isFinal() && getNarHash()) {
try { try {