1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 04:47:23 +02:00
nixos-hardware/common/gpu/intel.nix

11 lines
218 B
Nix

{
imports = [ ./intel ];
warnings = [
''
DEPRECATED: The <nixos-hardware/common/gpu/intel.nix> module has been deprecated.
Switch to using <nixos-hardware/common/gpu/intel> instead.
''
];
}