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