Rename content-addressed-paths into ca-derivations

See <https://github.com/NixOS/nix/pull/3710#issuecomment-645480333>
This commit is contained in:
regnat 2020-06-18 09:25:55 +02:00
parent 2b8f33bf5f
commit 4fef2ba7e4

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