forked from lix-project/lix
Merge pull request #3715 from tweag/ca-derivations_feature_flag
Rename content-addressed-paths into ca-derivations
This commit is contained in:
commit
d1e0627cea
|
@ -1196,8 +1196,8 @@ void DerivationGoal::haveDerivation()
|
||||||
parsedDrv = std::make_unique<ParsedDerivation>(drvPath, *drv);
|
parsedDrv = std::make_unique<ParsedDerivation>(drvPath, *drv);
|
||||||
|
|
||||||
if (parsedDrv->contentAddressed()) {
|
if (parsedDrv->contentAddressed()) {
|
||||||
settings.requireExperimentalFeature("content-addressed-paths");
|
settings.requireExperimentalFeature("ca-derivations");
|
||||||
throw Error("content-addressed-paths isn't implemented yet");
|
throw Error("ca-derivations isn't implemented yet");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue