cudaPackages.setupCudaHook: sourcing messages should match hook name

This commit is contained in:
Connor Baker 2024-04-03 17:09:07 +00:00
parent 9230c2cc8d
commit a31b0d7f95
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ reason=
[[ -n ${cudaSetupHookOnce-} ]] && guard=Skipping && reason=" because the hook has been propagated more than once"
if (( "${NIX_DEBUG:-0}" >= 1 )) ; then
echo "$guard hostOffset=$hostOffset targetOffset=$targetOffset setupCudaHook$reason" >&2
echo "$guard hostOffset=$hostOffset targetOffset=$targetOffset setup-cuda-hook$reason" >&2
else
echo "$guard setup-cuda-hook$reason" >&2
fi