mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 12:39:40 +01:00
common: remove deprecated modules
This commit is contained in:
parent
56e370b342
commit
144f53f534
3 changed files with 0 additions and 34 deletions
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
imports = [ ./intel ];
|
||||
|
||||
warnings = [
|
||||
''
|
||||
DEPRECATED: The <nixos-hardware/common/gpu/intel.nix> module has been deprecated.
|
||||
|
||||
Switch to using <nixos-hardware/common/gpu/intel> instead.
|
||||
''
|
||||
];
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
imports = [ ./nvidia/disable.nix ];
|
||||
|
||||
warnings = [
|
||||
''
|
||||
DEPRECATED: The <nixos-hardware/common/gpu/nvidia-disable.nix> module has been deprecated.
|
||||
|
||||
Switch to using <nixos-hardware/common/gpu/nvidia/disable.nix> instead.
|
||||
''
|
||||
];
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
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.
|
||||
''
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue