mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Moved hardware system to fancier importer
This commit is contained in:
parent
788f1e575c
commit
fa0dd9696f
4 changed files with 6 additions and 10 deletions
|
|
@ -1,12 +1,7 @@
|
|||
rec {
|
||||
ms-7b86-base = ./ms-7b86;
|
||||
v330-14arr-base = ./v330-14arr;
|
||||
rm-310-base = ./rm-310;
|
||||
hcloud-imperative = ./hcloud-imperative;
|
||||
ryzen = ./ryzen;
|
||||
intel = ./intel;
|
||||
amdgpu = ./amdgpu;
|
||||
|
||||
let hardwareProfiles = { lib }:
|
||||
let profiles = with profiles; lib.modList {
|
||||
modulesDir = ./.;
|
||||
} // {
|
||||
ms-7b86 = {
|
||||
imports = [
|
||||
ms-7b86-base
|
||||
|
|
@ -27,4 +22,5 @@ rec {
|
|||
intel
|
||||
];
|
||||
};
|
||||
}
|
||||
}; in profiles;
|
||||
in { __functor = self: hardwareProfiles; isModule = false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue