Skip to content

Commit e7fb0f1

Browse files
committed
Revert "Disable CUDA until 25.11"
This reverts commit 535b79c.
1 parent 4d3f8db commit e7fb0f1

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
@@ -727,14 +727,5 @@ in
727727
);
728728
};
729729
})
730-
(lib.mkIf (lib.hasPrefix "thor" cfg.som) {
731-
assertions = [
732-
{
733-
assertion = !(config.hardware.nvidia-jetpack.configureCuda || pkgs.config.cudaSupport);
734-
message = "CUDA 13 support is not available in NixOS 25.05. Please disable CUDA.";
735-
}
736-
];
737-
hardware.nvidia-jetpack.configureCuda = lib.mkForce false;
738-
})
739730
]);
740731
}

0 commit comments

Comments
 (0)