1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-09 14:23:39 +02:00
nixos-hardware/common/gpu/nvidia.nix

13 lines
378 B
Nix
Raw Normal View History

{
imports = [ ./nvidia/prime.nix ];
warnings = [
''
DEPRECATED: The <nixos-hardware/common/gpu/nvidia.nix> module has been deprecated.
Switch to using <nixos-hardware/common/gpu/nvidia/prime.nix> instead if you use prime offloading.
If you are using this without prime, consider switching to <nixos-hardware/common/gpu/nvidia> instead.
''
];
}