Merge pull request #3715 from tweag/ca-derivations_feature_flag

Rename content-addressed-paths into ca-derivations
This commit is contained in:
Eelco Dolstra 2020-06-18 10:09:00 +02:00 committed by GitHub
commit d1e0627cea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}