aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-12 10:03:04 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-12 10:03:04 +0200
commitc780b431976691202d6fb3bc3ad72b0185898c72 (patch)
treee6acf8424ab8fc5b806c84a8d49d72efd9b006cf /flake.nix
parentaaaaf63840b968a99266e6b154c5064521358189 (diff)
downloadnixos-c780b431976691202d6fb3bc3ad72b0185898c72.tar.zst
Add amdgpu, remove nvidia
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 50c4436..c96f794 100644
--- a/flake.nix
+++ b/flake.nix
@@ -96,7 +96,7 @@
}
{
nixpkgs = {
- config.cudaSupport = true;
+ config.rocmSupport = true;
hostPlatform = "x86_64-linux";
};
}