Rename dell/e7240 to dell/latitude/e7240

This commit is contained in:
Nicky Mouha
2025-01-20 01:23:09 -05:00
committed by mergify[bot]
parent 55e9685ec6
commit d58f642ddb
5 changed files with 20 additions and 4 deletions

View File

@@ -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.
''
];
}

View File

@@ -0,0 +1,6 @@
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
}