Loading
versionCheckHook: consider `NIX_MAIN_PROGRAM` as a fallback for `versionCheckProgram`
Should `versionCheckProgram` not be specified, the hook now first defaults to `$outputBin/bin/$NIX_MAIN_PROGRAM` before considering `$outputBin/bin/$pname`. Falling back to $pname will also emit a warning now, similar to that of `lib.getExe`.