Skip to content

Commit 32f6545

Browse files
committed
Revert "Disable CUDA until 25.11"
This reverts commit 535b79c.
1 parent 268677a commit 32f6545

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -726,14 +726,5 @@ in
726726
);
727727
};
728728
})
729-
(lib.mkIf (lib.hasPrefix "thor" cfg.som) {
730-
assertions = [
731-
{
732-
assertion = !(config.hardware.nvidia-jetpack.configureCuda || pkgs.config.cudaSupport);
733-
message = "CUDA 13 support is not available in NixOS 25.05. Please disable CUDA.";
734-
}
735-
];
736-
hardware.nvidia-jetpack.configureCuda = lib.mkForce false;
737-
})
738729
]);
739730
}

0 commit comments

Comments
 (0)