mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 10:19:36 +01:00
Before the change "illegal reference" was hard to interpret as it did
not mention what derivation actually hits it.
Today's `nixpkgs` example:
Before the change:
$ nix build --no-link -f. postgresql_14
...
error: derivation contains an illegal reference specifier 'man'
After the change:
$ nix build --no-link -f. postgresql_14
...
error: derivation '/nix/store/bxp6g57limvwiga61vdlyvhy7i8rp6wd-postgresql-14.15.drv' output check for 'lib' contains an illegal reference specifier 'man', expected store path or output name (one of [debug, dev, doc, lib, out])
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| build | ||
| meson.build | ||
| pathlocks.cc | ||
| user-lock.cc | ||
| user-lock.hh | ||