mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Nvidia/Proprietary] add commented-out cudaSupport line with explaining comment
This commit is contained in:
parent
1edc95008b
commit
dcd7564cd7
1 changed files with 4 additions and 0 deletions
|
|
@ -103,6 +103,10 @@ in {
|
|||
"cuda_nvml_dev"
|
||||
];
|
||||
|
||||
# Causes massive rebuilds (tensorflow, openCV, etc.), will need to find a better cache beforehand
|
||||
# For now, prefer using package overrides
|
||||
# nixpkgs.config.cudaSupport = mkDefault true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
nvidia-vaapi-driver
|
||||
libvdpau-va-gl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue