Files
nix/tests/functional/cli-characterisation/nix-env-qa-json-paths.err.exp
Robert Hensing fd984a3e9d tests: add CLI characterisation tests
Improve coverage ahead of changes to get-drvs.cc and related code.
Each fixture is a separate file to avoid line-number churn in error
expectations.
2026-02-26 18:06:51 +01:00

12 lines
450 B
Plaintext

error:
… while querying the derivation named 'bad-drvpath-1.0'
… while evaluating the 'drvPath' attribute of a derivation
at /pwd/cli-characterisation/bad-drvpath.nix:5:3:
4| outPath = builtins.toFile "out" "";
5| drvPath = builtins.toFile "not-a-drv" "";
| ^
6| }
error: store path 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-not-a-drv' is not a valid derivation path