Skip Navigation

Finally a half-decent CUDA solution on NixOS

Painlessly setting up ML tooling on NixOS - lavafroth

Note: Use the following method only if you wish to have the latest version of CUDA that is not yet available in the nix-community cache, otherwise follow this. TL;DR: Save this flake, run nix develop...

I had been struggling for a while to get CUDA on my main NixOS box for some ML programming. It seems there weren't any clear solutions in the NixOS forums, which just suggested suffering through painful build times. Here's my hacky, less Nix-y approach that takes ~5 minutes.

Comments

4