mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
14 lines
235 B
Nix
14 lines
235 B
Nix
{
|
|
imports = [
|
|
../latitude/e7240/default.nix
|
|
];
|
|
|
|
warnings = [
|
|
''
|
|
DEPRECATED: Importing dell/e7240 is deprecated. Use dell/latitude/e7240 instead.
|
|
|
|
This module will be removed in a future release.
|
|
''
|
|
];
|
|
}
|