From 803c905462cdfebee952848b2728ba0ea8df5347 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 12 Nov 2025 20:52:09 +0000 Subject: [PATCH] qol(doloro@hosts): em why was rocm enabled lol ? --- nix/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/flake.nix b/nix/flake.nix index 74cf840..cbb100f 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -115,7 +115,7 @@ system = "x86_64-linux"; stateVersion = "25.05"; nixpkgsConfig = { - rocmSupport = true; + rocmSupport = false; cudaSupport = true; }; })