Skip to content

Commit

Permalink
Update src/libstore/build/derivation-goal.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Zscheile <[email protected]>
  • Loading branch information
Ericson2314 and fogti authored May 4, 2022
1 parent 27b5d2a commit 1094e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/build/derivation-goal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void DerivationGoal::haveDerivation()
if (!drv->type().isPure()) {
settings.requireExperimentalFeature(Xp::ImpureDerivations);

/* We don't yet have any safe way to cache and impure derivation at
/* We don't yet have any safe way to cache an impure derivation at
this step. */
gaveUpOnSubstitution();
return;
Expand Down

0 comments on commit 1094e42

Please sign in to comment.