fix: rocm-runtime -> rocmPackages.rocm-runtime

This commit is contained in:
Quag 2023-11-21 11:41:59 +08:00 committed by Vir Chaudhury
parent a2e79fcaf7
commit 32b2517441
No known key found for this signature in database
GPG Key ID: 25B242ED74B61B15

View File

@ -17,7 +17,7 @@ let
# for xformers
gcc
] else if variant == "ROCM" then [
rocm-runtime
rocmPackages.rocm-runtime
pciutils
] else [];