This commit is contained in:
2025-12-23 23:38:11 +01:00
parent 2bbb8229c0
commit 7b5bd4542c
19 changed files with 633 additions and 14 deletions

View File

@@ -130,6 +130,15 @@
rocmSupport = false;
};
})
(mkHost {
hardware = "doloro-laptop";
host = "doloro-laptop";
system = "x86_64-linux";
stateVersion = "25.11";
nixpkgsConfig = {
rocmSupport = false;
};
})
];
in
(utils.deepMerge configurations);