forked from lix-project/lix
Rename content-addressed-paths into ca-derivations
See <https://github.com/NixOS/nix/pull/3710#issuecomment-645480333>
This commit is contained in:
parent
2b8f33bf5f
commit
4fef2ba7e4
|
@ -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