This commit is contained in:
Leah Amelia Chen 2025-11-07 13:37:15 +09:00 committed by GitHub
commit 8e825fb690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 67 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/arrow-lake
];
}