mirror of
https://github.com/NixOS/nix
synced 2025-07-04 15:31:47 +02:00
Add UnimplementedError to ease grepping for these
This commit is contained in:
parent
745a03cef5
commit
362ae93851
4 changed files with 4 additions and 3 deletions
|
@ -1197,7 +1197,7 @@ void DerivationGoal::haveDerivation()
|
|||
|
||||
if (parsedDrv->contentAddressed()) {
|
||||
settings.requireExperimentalFeature("ca-derivations");
|
||||
throw Error("ca-derivations isn't implemented yet");
|
||||
throw UnimplementedError("ca-derivations isn't implemented yet");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue