Python: Difference between revisions
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 | ||
]); | ]); | ||
extraBuildInputs = with pkgs; [ | extraBuildInputs = with pkgs; [ | ||
| Line 123: | Line 118: | ||
# pythonPackages.requests | # pythonPackages.requests | ||
]; | ]; | ||
in | in | ||
import ./python-shell.nix { | import ./python-shell.nix { | ||