Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
10 lines
377 B
Plaintext
10 lines
377 B
Plaintext
error:
|
|
… while calling the 'addDrvOutputDependencies' builtin
|
|
at /pwd/eval-fail-addDrvOutputDependencies-wrong-element-kind.nix:9:4:
|
|
8|
|
|
9| in builtins.addDrvOutputDependencies drv.outPath
|
|
| ^
|
|
10|
|
|
|
|
error: `addDrvOutputDependencies` can only act on derivations, not on a derivation output such as 'out'
|