From 0b4fe5329851ac2ef7e61a27ffdfbe392db352cb Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Mon, 10 Nov 2025 15:57:24 +0100 Subject: [PATCH] [Hardware/AMD/ROCm] remove usage of remove type 'string' --- hardware/amd/rocm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/amd/rocm.nix b/hardware/amd/rocm.nix index 4086010..ca4eebb 100644 --- a/hardware/amd/rocm.nix +++ b/hardware/amd/rocm.nix @@ -65,7 +65,7 @@ in { "1101" "1102" ]; example = [ "900" "1031" ]; - type = with types; nullOr (listOf string); + type = with types; nullOr (listOf str); }; };