Open
Description
Follow up for #92, just tested this again on NixOS.
The base path is now found when adding cudaPackages.cudatoolkit
to the flake's build dependencies, but it then fails because find_cuda_helper
's build.rs
assumes the CUDA lib path is called lib64
, while on Nix the folder inside cudatoolkit
is just lib
.