mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
7e60458d86
Fixes #338
12 lines
378 B
Nix
12 lines
378 B
Nix
{
|
|
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.
|
|
''
|
|
];
|
|
}
|