nixdots/system/shared/hardware/cpu/default.nix

7 lines
56 B
Nix
Raw Normal View History

2024-03-21 20:47:25 +00:00
_: {
imports = [
./amd.nix
./intel.nix
];
}