This helps catch inputs that were brought in for testing and never removed.
E.G:
When I need to inspect what the output of a build is, I often set preInstall to run tree and exit 1. So:
{
...,
tree,
...
}:
... # Doesn't use tree at all
should be an error
This helps catch inputs that were brought in for testing and never removed.
E.G:
When I need to inspect what the output of a build is, I often set
preInstallto runtreeandexit 1. So:should be an error