current
This commit is contained in:
parent
bd49791e06
commit
bfbd2832d6
5 changed files with 189 additions and 118 deletions
|
|
@ -1,3 +1,10 @@
|
|||
{...}: {
|
||||
{ pkgs, ...}: {
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
rocmPackages.rocm-runtime
|
||||
rocm-opencl-runtime
|
||||
rocmPackages.rocm-comgr
|
||||
rocmPackages.rocm-smi
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue