nixpkgs/pkgs/tools/security/hashcat
Andrew Marshall 54769c6fa1
hashcat: add CUDA support (#240735)
Previously, hashcat was unable to use CUDA at runtime, and would warn:

> Failed to initialize the NVIDIA main driver CUDA runtime library.
> Failed to initialize NVIDIA RTC library.
> * Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
>              CUDA SDK Toolkit required for proper device support and utilization.
>              Falling back to OpenCL runtime.

This remedies that, at least on NixOS.
2023-07-01 10:59:09 +02:00
..
default.nix hashcat: add CUDA support (#240735) 2023-07-01 10:59:09 +02:00