Skip to content

Commit

Permalink
Merge pull request #3715 from tweag/ca-derivations_feature_flag
Browse files Browse the repository at this point in the history
Rename content-addressed-paths into ca-derivations
  • Loading branch information
edolstra committed Jun 18, 2020
2 parents 2b8f33b + 4fef2ba commit d1e0627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstore/build.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,8 @@ void DerivationGoal::haveDerivation()
parsedDrv = std::make_unique<ParsedDerivation>(drvPath, *drv);

if (parsedDrv->contentAddressed()) {
settings.requireExperimentalFeature("content-addressed-paths");
throw Error("content-addressed-paths isn't implemented yet");
settings.requireExperimentalFeature("ca-derivations");
throw Error("ca-derivations isn't implemented yet");
}


Expand Down

0 comments on commit d1e0627

Please sign in to comment.