From 12be7c0a7a76f3e5396e082d34f33be6d0bad779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Sat, 18 Oct 2025 06:21:51 +0000 Subject: [PATCH] Hotfix ROCm and XPU devshells --- versions.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versions.nix b/versions.nix index 6030315c..af4fe91c 100644 --- a/versions.nix +++ b/versions.nix @@ -5,6 +5,7 @@ cxx11Abi = true; systems = [ "x86_64-linux" ]; bundleBuild = true; + sourceBuild = true; } { torchVersion = "2.8"; @@ -43,6 +44,7 @@ cxx11Abi = true; systems = [ "x86_64-linux" ]; bundleBuild = true; + sourceBuild = true; } { torchVersion = "2.8"; @@ -50,6 +52,7 @@ cxx11Abi = true; systems = [ "x86_64-linux" ]; bundleBuild = true; + sourceBuild = true; } { torchVersion = "2.8"; @@ -64,6 +67,7 @@ cxx11Abi = true; systems = [ "x86_64-linux" ]; bundleBuild = true; + sourceBuild = true; } { torchVersion = "2.9"; @@ -104,6 +108,7 @@ cxx11Abi = true; systems = [ "x86_64-linux" ]; bundleBuild = true; + sourceBuild = true; } { torchVersion = "2.9"; @@ -111,6 +116,7 @@ cxx11Abi = true; systems = [ "x86_64-linux" ]; bundleBuild = true; + sourceBuild = true; } { torchVersion = "2.9";