[Hardware/AMD/ROCm] remove usage of remove type 'string'

This commit is contained in:
Antoine Viallon 2025-11-10 15:57:24 +01:00
parent 52542874cf
commit 0b4fe53298
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -65,7 +65,7 @@ in {
"1101"
"1102" ];
example = [ "900" "1031" ];
type = with types; nullOr (listOf string);
type = with types; nullOr (listOf str);
};
};