1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 08:39:41 +01:00

common-cpu-intel-alder-lake: init

This commit is contained in:
André Silva 2024-10-21 11:36:51 +01:00 committed by mergify[bot]
parent 8140e8252a
commit 6791578c4b
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
../cpu-only.nix
];
}

View file

@ -0,0 +1,6 @@
{
imports = [
./cpu-only.nix
../../../gpu/intel/alder-lake
];
}