Python: Difference between revisions

Samuela (talk | contribs)
Samuela (talk | contribs)
nvidia_x11 is no longer necessary to use cuda packages. libcuda.so is provided in eg cudaPackages.cuda_cudart, and this dependency is handled by packages, not users
Line 112: Line 112:
     black
     black
   ]);
   ]);
  extraLibPackages = [
    # If you want to use CUDA, you should uncomment this line.
    # linuxPackages.nvidia_x11
  ];


   extraBuildInputs = with pkgs; [
   extraBuildInputs = with pkgs; [
Line 123: Line 118:
     # pythonPackages.requests
     # pythonPackages.requests
   ];
   ];
in
in
import ./python-shell.nix {  
import ./python-shell.nix {