mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +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: 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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue