nixpkgs/pkgs/development/cuda-modules/setup-hooks
Connor Baker 02966afc54 cudaPackages.setupCudaHook: always set return explicitly
On NixOS, the the return status is that of the last command executed within the function or script.

When we're doing tests immediately before the return, the value you end up returning might not be what you want.
2024-04-18 16:31:18 +00:00
..
auto-add-cuda-compat-runpath.sh cudaPackages: generalize and refactor setup hook 2024-03-15 15:54:21 +01:00
extension.nix cudaPackages.autoAddDriverRunpath: drop the redundant copy of the hook 2024-04-03 08:36:41 +00:00
mark-for-cudatoolkit-root-hook.sh cudaPackages.markForCudatoolkitRootHook: fix bug with strictDeps 2024-04-18 16:31:16 +00:00
setup-cuda-hook.sh cudaPackages.setupCudaHook: always set return explicitly 2024-04-18 16:31:18 +00:00