mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Rename dell/e7240 to dell/latitude/e7240
This commit is contained in:
committed by
mergify[bot]
parent
55e9685ec6
commit
d58f642ddb
@@ -1,6 +1,13 @@
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel
|
||||
../../common/pc/laptop
|
||||
../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.
|
||||
''
|
||||
];
|
||||
}
|
||||
|
||||
6
dell/latitude/e7240/default.nix
Normal file
6
dell/latitude/e7240/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user