mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
12 lines
299 B
Nix
12 lines
299 B
Nix
{
|
|
warnings = [
|
|
''
|
|
DEPRECATED: The <nixos-hardware/tuxedo/infinitybook/pro14/gen9-intel> module has been renamed to <nixos-hardware/tuxedo/infinitybook/pro14/gen9/intel>
|
|
|
|
The gen9-intel module will be removed in a future release.
|
|
''
|
|
];
|
|
|
|
imports = [ ../pro14/gen9/intel ];
|
|
}
|